#696611

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

Shades of Fiji Green #696611

Tints of Fiji Green #696611

Color information

#696611 (or 0x696611) is unknown color: approx Fiji Green. HEX triplet: 69, 66 and 11. RGB value is (105,102,17). Sum of RGB (Red+Green+Blue) = 105+102+17=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #696611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696611 is #9699EE. Grayscale: #5D5D5D. Windows color (decimal): -9869807 or 1140329. OLE color: 1140329.

HSL color Cylindrical-coordinate representation of color #696611: hue angle of 57.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696611 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB10510217-
CMYK00.030.840.59
HSL57.95º72.13%23.92%-
HSV(B)57.95º83.81%41.18%-
XYZ10.6812.552.39-
YUV93.2184.99136.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=46.88%
G=45.54%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051021700.030.840.5957.9572.1323.92
Hex69661103543B3a4818
Octal1511462103124737211030
Binary11010011100110100010111010100111011111010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696611; }

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

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

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

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

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

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

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

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