#606D14

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

Shades of Fiji Green #606D14

Tints of Fiji Green #606D14

Color information

#606D14 (or 0x606D14) is unknown color: approx Fiji Green. HEX triplet: 60, 6D and 14. RGB value is (96,109,20). Sum of RGB (Red+Green+Blue) = 96+109+20=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #606D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D14 is #9F92EB. Grayscale: #5F5F5F. Windows color (decimal): -10457836 or 1338720. OLE color: 1338720.

HSL color Cylindrical-coordinate representation of color #606D14: hue angle of 68.76º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606D14 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB9610920-
CMYK0.1200.820.57
HSL68.76º68.99%25.29%-
HSV(B)68.76º81.65%42.75%-
XYZ10.4213.472.71-
YUV94.9785.69128.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=42.67%
G=48.44%
B=8.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109200.1200.820.5768.7668.9925.29
Hex606D14C05239454519
Octal140155241401227110510531
Binary11000001101101101001100010100101110011000101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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