#696408

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

Shades of Fiji Green #696408

Tints of Fiji Green #696408

Color information

#696408 (or 0x696408) is unknown color: approx Fiji Green. HEX triplet: 69, 64 and 08. RGB value is (105,100,8). Sum of RGB (Red+Green+Blue) = 105+100+8=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #696408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696408 is #969BF7. Grayscale: #5B5B5B. Windows color (decimal): -9870328 or 549993. OLE color: 549993.

HSL color Cylindrical-coordinate representation of color #696408: hue angle of 56.91º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #696408 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB1051008-
CMYK00.050.920.59
HSL56.91º85.84%22.16%-
HSV(B)56.91º92.38%41.18%-
XYZ10.4312.142.02-
YUV91.0181.16137.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=49.30%
G=46.95%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105100800.050.920.5956.9185.8422.16
Hex69648055C3B395616
Octal1511441005134737112626
Binary11010011100100100001011011100111011111001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696408; }

 p { color: rgb(105,100,8); }

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

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

 a { background-color: rgb(105,100,8); }

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

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

 span { border-color: rgb(105,100,8); }

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