#676408

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

Shades of Fiji Green #676408

Tints of Fiji Green #676408

Color information

#676408 (or 0x676408) is unknown color: approx Fiji Green. HEX triplet: 67, 64 and 08. RGB value is (103,100,8). Sum of RGB (Red+Green+Blue) = 103+100+8=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #676408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676408 is #989BF7. Grayscale: #5A5A5A. Windows color (decimal): -10001400 or 549991. OLE color: 549991.

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

Color convert

RGB1031008-
CMYK00.030.920.60
HSL58.11º85.59%21.76%-
HSV(B)58.11º92.23%40.39%-
XYZ10.1912.022.01-
YUV90.4181.49136.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=48.82%
G=47.39%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103100800.030.920.6058.1185.5921.76
Hex67648035C3C3a5616
Octal1471441003134747212626
Binary1100111110010010000111011100111100111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676408; }

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

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

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

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

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

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

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

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