#696511

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

Shades of Fiji Green #696511

Tints of Fiji Green #696511

Color information

#696511 (or 0x696511) is unknown color: approx Fiji Green. HEX triplet: 69, 65 and 11. RGB value is (105,101,17). Sum of RGB (Red+Green+Blue) = 105+101+17=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #696511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696511 is #969AEE. Grayscale: #5C5C5C. Windows color (decimal): -9870063 or 1140073. OLE color: 1140073.

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

Color convert

RGB10510117-
CMYK00.040.840.59
HSL57.27º72.13%23.92%-
HSV(B)57.27º83.81%41.18%-
XYZ10.5812.352.36-
YUV92.6285.33136.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=47.09%
G=45.29%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051011700.040.840.5957.2772.1323.92
Hex69651104543B394818
Octal1511452104124737111030
Binary110100111001011000101001010100111011111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696511; }

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

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

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

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

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

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

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

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