#696B18

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

Shades of Fiji Green #696B18

Tints of Fiji Green #696B18

Color information

#696B18 (or 0x696B18) is unknown color: approx Fiji Green. HEX triplet: 69, 6B and 18. RGB value is (105,107,24). Sum of RGB (Red+Green+Blue) = 105+107+24=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #696B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B18 is #9694E7. Grayscale: #616161. Windows color (decimal): -9868520 or 1600361. OLE color: 1600361.

HSL color Cylindrical-coordinate representation of color #696B18: hue angle of 61.45º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #696B18 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB10510724-
CMYK0.0200.780.58
HSL61.45º63.36%25.69%-
HSV(B)61.45º77.57%41.96%-
XYZ11.2513.582.89-
YUV96.9486.84133.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=44.49%
G=45.34%
B=10.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107240.0200.780.5861.4563.3625.69
Hex696B18204E3A3d3f1a
Octal151153302011672757732
Binary1101001110101111000100100111011101011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,24); }

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

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

 a { background-color: rgb(105,107,24); }

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

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

 span { border-color: rgb(105,107,24); }

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