#696D11

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

Shades of Fiji Green #696D11

Tints of Fiji Green #696D11

Color information

#696D11 (or 0x696D11) is unknown color: approx Fiji Green. HEX triplet: 69, 6D and 11. RGB value is (105,109,17). Sum of RGB (Red+Green+Blue) = 105+109+17=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #696D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D11 is #9692EE. Grayscale: #616161. Windows color (decimal): -9868015 or 1142121. OLE color: 1142121.

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

Color convert

RGB10510917-
CMYK0.0400.840.57
HSL62.61º73.02%24.71%-
HSV(B)62.61º84.4%42.75%-
XYZ11.413.982.63-
YUV97.3282.67133.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 109 (42.97% from 255) = 47.19%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=45.45%
G=47.19%
B=7.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109170.0400.840.5762.6173.0224.71
Hex696D114054393f4919
Octal1511552140124717711131
Binary110100111011011000110001010100111001111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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