#698010

Color #698010 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #698010

Tints of Fiji Green #698010

Color information

#698010 (or 0x698010) is unknown color: approx Fiji Green. HEX triplet: 69, 80 and 10. RGB value is (105,128,16). Sum of RGB (Red+Green+Blue) = 105+128+16=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #698010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698010 is #967FEF. Grayscale: #6C6C6C. Windows color (decimal): -9863152 or 1081449. OLE color: 1081449.

HSL color Cylindrical-coordinate representation of color #698010: hue angle of 72.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698010 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB10512816-
CMYK0.1800.880.50
HSL72.32º77.78%28.24%-
HSV(B)72.32º87.5%50.2%-
XYZ13.6418.483.34-
YUV108.3575.88125.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=42.17%
G=51.41%
B=6.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128160.1800.880.5072.3277.7828.24
Hex6980101205832484e1c
Octal151200202201306211011634
Binary1101001100000001000010010010110001100101001000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698010; }

 p { color: rgb(105,128,16); }

 H1.HeaderClassName
 {
   color: #698010;
 }
 .AnyTagClassName
 {
   color: #698010;
 }
</style>
background-color css

<style>
 a { background-color: #698010; }

 a { background-color: rgb(105,128,16); }

 div.DivClassName
 {
   background-color: #698010;
 }
 .BgClassName
 {
   background-color: #698010;
 }
</style>
border-color css

<style>
 span { border-color: #698010; }

 span { border-color: rgb(105,128,16); }

 td.TdClassName
 {
   border-color: #698010;
 }
 .TagClassName
 {
   border-color: #698010;
 }
</style>