#696612

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

Shades of Fiji Green #696612

Tints of Fiji Green #696612

Color information

#696612 (or 0x696612) is unknown color: approx Fiji Green. HEX triplet: 69, 66 and 12. RGB value is (105,102,18). Sum of RGB (Red+Green+Blue) = 105+102+18=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #696612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696612 is #9699ED. Grayscale: #5D5D5D. Windows color (decimal): -9869806 or 1205865. OLE color: 1205865.

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

Color convert

RGB10510218-
CMYK00.030.830.59
HSL57.93º70.73%24.12%-
HSV(B)57.93º82.86%41.18%-
XYZ10.6912.552.43-
YUV93.3285.49136.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=46.67%
G=45.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051021800.030.830.5957.9370.7324.12
Hex69661203533B3a4718
Octal1511462203123737210730
Binary11010011100110100100111010011111011111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696612; }

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

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

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

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

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

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

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

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