#696204

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

Shades of Fiji Green #696204

Tints of Fiji Green #696204

Color information

#696204 (or 0x696204) is unknown color: approx Fiji Green. HEX triplet: 69, 62 and 04. RGB value is (105,98,4). Sum of RGB (Red+Green+Blue) = 105+98+4=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696204 is #969DFB. Grayscale: #595959. Windows color (decimal): -9870844 or 287337. OLE color: 287337.

HSL color Cylindrical-coordinate representation of color #696204: hue angle of 55.84º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696204 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB105984-
CMYK00.070.960.59
HSL55.84º92.66%21.37%-
HSV(B)55.84º96.19%41.18%-
XYZ10.2211.751.84-
YUV89.3879.82139.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=50.72%
G=47.34%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10598400.070.960.5955.8492.6621.37
Hex6962407603B385d15
Octal151142407140737013525
Binary1101001110001010001111100000111011111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696204; }

 p { color: rgb(105,98,4); }

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

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

 a { background-color: rgb(105,98,4); }

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

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

 span { border-color: rgb(105,98,4); }

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