#677D0C

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

Shades of Fiji Green #677D0C

Tints of Fiji Green #677D0C

Color information

#677D0C (or 0x677D0C) is unknown color: approx Fiji Green. HEX triplet: 67, 7D and 0C. RGB value is (103,125,12). Sum of RGB (Red+Green+Blue) = 103+125+12=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #677D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D0C is #9882F3. Grayscale: #696969. Windows color (decimal): -9994996 or 818535. OLE color: 818535.

HSL color Cylindrical-coordinate representation of color #677D0C: hue angle of 71.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #677D0C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB10312512-
CMYK0.1800.900.51
HSL71.68º82.48%26.86%-
HSV(B)71.68º90.4%49.02%-
XYZ12.9917.583.06-
YUV105.5475.21126.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 12 (5.08% from 255) = 5%
R=42.92%
G=52.08%
B=5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103125120.1800.900.5171.6882.4826.86
Hex677DC1205A3348521b
Octal147175142201326311012233
Binary11001111111101110010010010110101100111001000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677D0C; }

 p { color: rgb(103,125,12); }

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

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

 a { background-color: rgb(103,125,12); }

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

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

 span { border-color: rgb(103,125,12); }

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