#696512

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

Shades of Fiji Green #696512

Tints of Fiji Green #696512

Color information

#696512 (or 0x696512) is unknown color: approx Fiji Green. HEX triplet: 69, 65 and 12. RGB value is (105,101,18). Sum of RGB (Red+Green+Blue) = 105+101+18=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #696512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696512 is #969AED. Grayscale: #5D5D5D. Windows color (decimal): -9870062 or 1205609. OLE color: 1205609.

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

Color convert

RGB10510118-
CMYK00.040.830.59
HSL57.24º70.73%24.12%-
HSV(B)57.24º82.86%41.18%-
XYZ10.5912.352.4-
YUV92.7385.83136.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=46.88%
G=45.09%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051011800.040.830.5957.2470.7324.12
Hex69651204533B394718
Octal1511452204123737110730
Binary110100111001011001001001010011111011111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696512; }

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

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

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

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

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

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

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

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