#696818

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

Shades of Fiji Green #696818

Tints of Fiji Green #696818

Color information

#696818 (or 0x696818) is unknown color: approx Fiji Green. HEX triplet: 69, 68 and 18. RGB value is (105,104,24). Sum of RGB (Red+Green+Blue) = 105+104+24=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #696818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696818 is #9697E7. Grayscale: #5F5F5F. Windows color (decimal): -9869288 or 1599593. OLE color: 1599593.

HSL color Cylindrical-coordinate representation of color #696818: hue angle of 59.26º 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 #696818 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB10510424-
CMYK00.010.770.59
HSL59.26º62.79%25.29%-
HSV(B)59.26º77.14%41.18%-
XYZ10.9412.972.79-
YUV95.1887.83135-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=45.06%
G=44.64%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051042400.010.770.5959.2662.7925.29
Hex696818014D3B3b3f19
Octal151150300111573737731
Binary110100111010001100001100110111101111101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696818; }

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

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

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

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

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

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

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

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