#696711

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

Shades of Fiji Green #696711

Tints of Fiji Green #696711

Color information

#696711 (or 0x696711) is unknown color: approx Fiji Green. HEX triplet: 69, 67 and 11. RGB value is (105,103,17). Sum of RGB (Red+Green+Blue) = 105+103+17=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #696711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696711 is #9698EE. Grayscale: #5E5E5E. Windows color (decimal): -9869551 or 1140585. OLE color: 1140585.

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

Color convert

RGB10510317-
CMYK00.020.840.59
HSL58.64º72.13%23.92%-
HSV(B)58.64º83.81%41.18%-
XYZ10.7812.742.42-
YUV93.7984.66135.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=46.67%
G=45.78%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051031700.020.840.5958.6472.1323.92
Hex69671102543B3b4818
Octal1511472102124737311030
Binary11010011100111100010101010100111011111011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696711; }

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

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

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

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

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

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

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

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