#607E14

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

Shades of Fiji Green #607E14

Tints of Fiji Green #607E14

Color information

#607E14 (or 0x607E14) is unknown color: approx Fiji Green. HEX triplet: 60, 7E and 14. RGB value is (96,126,20). Sum of RGB (Red+Green+Blue) = 96+126+20=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #607E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607E14 is #9F81EB. Grayscale: #696969. Windows color (decimal): -10453484 or 1343072. OLE color: 1343072.

HSL color Cylindrical-coordinate representation of color #607E14: hue angle of 76.98º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #607E14 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB9612620-
CMYK0.2400.840.51
HSL76.98º72.6%28.63%-
HSV(B)76.98º84.13%49.41%-
XYZ12.4117.463.38-
YUV104.9580.06121.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=39.67%
G=52.07%
B=8.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96126200.2400.840.5176.9872.628.63
Hex607E1418054334d491d
Octal140176243001246311511135
Binary110000011111101010011000010101001100111001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607E14; }

 p { color: rgb(96,126,20); }

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

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

 a { background-color: rgb(96,126,20); }

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

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

 span { border-color: rgb(96,126,20); }

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