#696716

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

Shades of Fiji Green #696716

Tints of Fiji Green #696716

Color information

#696716 (or 0x696716) is unknown color: approx Fiji Green. HEX triplet: 69, 67 and 16. RGB value is (105,103,22). Sum of RGB (Red+Green+Blue) = 105+103+22=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #696716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696716 is #9698E9. Grayscale: #5E5E5E. Windows color (decimal): -9869546 or 1468265. OLE color: 1468265.

HSL color Cylindrical-coordinate representation of color #696716: hue angle of 58.55º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #696716 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB10510322-
CMYK00.020.790.59
HSL58.55º65.35%24.9%-
HSV(B)58.55º79.05%41.18%-
XYZ10.8212.762.65-
YUV94.3687.16135.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=45.65%
G=44.78%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051032200.020.790.5958.5565.3524.9
Hex696716024F3B3b4119
Octal1511472602117737310131
Binary11010011100111101100101001111111011111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696716; }

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

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

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

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

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

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

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

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