#696717

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

Shades of Fiji Green #696717

Tints of Fiji Green #696717

Color information

#696717 (or 0x696717) is unknown color: approx Fiji Green. HEX triplet: 69, 67 and 17. RGB value is (105,103,23). Sum of RGB (Red+Green+Blue) = 105+103+23=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #696717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696717 is #9698E8. Grayscale: #5E5E5E. Windows color (decimal): -9869545 or 1533801. OLE color: 1533801.

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

Color convert

RGB10510323-
CMYK00.020.780.59
HSL58.54º64.06%25.1%-
HSV(B)58.54º78.1%41.18%-
XYZ10.8312.772.7-
YUV94.4887.66135.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 23 (9.38% from 255) = 9.96%
R=45.45%
G=44.59%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051032300.020.780.5958.5464.0625.1
Hex696717024E3B3b4019
Octal1511472702116737310031
Binary11010011100111101110101001110111011111011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696717; }

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

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

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

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

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

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

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

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