#696920

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

Shades of Fiji Green #696920

Tints of Fiji Green #696920

Color information

#696920 (or 0x696920) is unknown color: approx Fiji Green. HEX triplet: 69, 69 and 20. RGB value is (105,105,32). Sum of RGB (Red+Green+Blue) = 105+105+32=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696920 is #9696DF. Grayscale: #606060. Windows color (decimal): -9869024 or 2124137. OLE color: 2124137.

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

Color convert

RGB10510532-
CMYK000.700.59
HSL60º53.28%26.86%-
HSV(B)60º69.52%41.18%-
XYZ11.1413.213.33-
YUV96.6891.5133.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=43.39%
G=43.39%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510532000.700.596053.2826.86
Hex69692000463B3c351b
Octal151151400010673746533
Binary1101001110100110000000100011011101111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696920; }

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

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

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

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

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

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

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

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