#677D14

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

Shades of Fiji Green #677D14

Tints of Fiji Green #677D14

Color information

#677D14 (or 0x677D14) is unknown color: approx Fiji Green. HEX triplet: 67, 7D and 14. RGB value is (103,125,20). Sum of RGB (Red+Green+Blue) = 103+125+20=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #677D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D14 is #9882EB. Grayscale: #6A6A6A. Windows color (decimal): -9994988 or 1342823. OLE color: 1342823.

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

Color convert

RGB10312520-
CMYK0.1800.840.51
HSL72.57º72.41%28.43%-
HSV(B)72.57º84%49.02%-
XYZ13.0517.63.37-
YUV106.4579.21125.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=41.53%
G=50.40%
B=8.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103125200.1800.840.5172.5772.4128.43
Hex677D14120543349481c
Octal147175242201246311111034
Binary110011111111011010010010010101001100111001001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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