#696608

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

Shades of Fiji Green #696608

Tints of Fiji Green #696608

Color information

#696608 (or 0x696608) is unknown color: approx Fiji Green. HEX triplet: 69, 66 and 08. RGB value is (105,102,8). Sum of RGB (Red+Green+Blue) = 105+102+8=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #696608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696608 is #9699F7. Grayscale: #5C5C5C. Windows color (decimal): -9869816 or 550505. OLE color: 550505.

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

Color convert

RGB1051028-
CMYK00.030.920.59
HSL58.14º85.84%22.16%-
HSV(B)58.14º92.38%41.18%-
XYZ10.6212.522.09-
YUV92.1880.49137.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=48.84%
G=47.44%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105102800.030.920.5958.1485.8422.16
Hex69668035C3B3a5616
Octal1511461003134737212626
Binary1101001110011010000111011100111011111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696608; }

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

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

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

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

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

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

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

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