#677D0F

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

Shades of Fiji Green #677D0F

Tints of Fiji Green #677D0F

Color information

#677D0F (or 0x677D0F) is unknown color: approx Fiji Green. HEX triplet: 67, 7D and 0F. RGB value is (103,125,15). Sum of RGB (Red+Green+Blue) = 103+125+15=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #677D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D0F is #9882F0. Grayscale: #6A6A6A. Windows color (decimal): -9994993 or 1015143. OLE color: 1015143.

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

Color convert

RGB10312515-
CMYK0.1800.880.51
HSL72º78.57%27.45%-
HSV(B)72º88%49.02%-
XYZ13.0117.593.16-
YUV105.8876.71125.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.39%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=42.39%
G=51.44%
B=6.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103125150.1800.880.517278.5727.45
Hex677DF1205833484f1b
Octal147175172201306311011733
Binary11001111111101111110010010110001100111001000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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