#696D06

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

Shades of Fiji Green #696D06

Tints of Fiji Green #696D06

Color information

#696D06 (or 0x696D06) is unknown color: approx Fiji Green. HEX triplet: 69, 6D and 06. RGB value is (105,109,6). Sum of RGB (Red+Green+Blue) = 105+109+6=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #696D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D06 is #9692F9. Grayscale: #606060. Windows color (decimal): -9868026 or 421225. OLE color: 421225.

HSL color Cylindrical-coordinate representation of color #696D06: hue angle of 62.33º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #696D06 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB1051096-
CMYK0.0400.940.57
HSL62.33º89.57%22.55%-
HSV(B)62.33º94.5%42.75%-
XYZ11.3313.952.27-
YUV96.0677.17134.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=47.73%
G=49.55%
B=2.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10510960.0400.940.5762.3389.5722.55
Hex696D6405E393e5a17
Octal151155640136717613227
Binary1101001110110111010001011110111001111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696D06; }

 p { color: rgb(105,109,6); }

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

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

 a { background-color: rgb(105,109,6); }

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

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

 span { border-color: rgb(105,109,6); }

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