#676C06

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

Shades of Fiji Green #676C06

Tints of Fiji Green #676C06

Color information

#676C06 (or 0x676C06) is unknown color: approx Fiji Green. HEX triplet: 67, 6C and 06. RGB value is (103,108,6). Sum of RGB (Red+Green+Blue) = 103+108+6=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #676C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676C06 is #9893F9. Grayscale: #5F5F5F. Windows color (decimal): -9999354 or 420967. OLE color: 420967.

HSL color Cylindrical-coordinate representation of color #676C06: hue angle of 62.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #676C06 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB1031086-
CMYK0.0500.940.58
HSL62.94º89.47%22.35%-
HSV(B)62.94º94.44%42.35%-
XYZ10.9913.622.22-
YUV94.8877.84133.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 49.77%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=47.47%
G=49.77%
B=2.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10310860.0500.940.5862.9489.4722.35
Hex676C6505E3A3f5916
Octal147154650136727713126
Binary1100111110110011010101011110111010111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676C06; }

 p { color: rgb(103,108,6); }

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

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

 a { background-color: rgb(103,108,6); }

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

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

 span { border-color: rgb(103,108,6); }

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