#696918

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

Shades of Fiji Green #696918

Tints of Fiji Green #696918

Color information

#696918 (or 0x696918) is unknown color: approx Fiji Green. HEX triplet: 69, 69 and 18. RGB value is (105,105,24). Sum of RGB (Red+Green+Blue) = 105+105+24=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696918 is #9696E7. Grayscale: #606060. Windows color (decimal): -9869032 or 1599849. OLE color: 1599849.

HSL color Cylindrical-coordinate representation of color #696918: hue angle of 60º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #696918 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB10510524-
CMYK000.770.59
HSL60º62.79%25.29%-
HSV(B)60º77.14%41.18%-
XYZ11.0413.172.82-
YUV95.7787.5134.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=44.87%
G=44.87%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510524000.770.596062.7925.29
Hex696918004D3B3c3f19
Octal151151300011573747731
Binary110100111010011100000100110111101111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696918; }

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

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

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

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

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

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

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

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