#606D21

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

Shades of Fiji Green #606D21

Tints of Fiji Green #606D21

Color information

#606D21 (or 0x606D21) is unknown color: approx Fiji Green. HEX triplet: 60, 6D and 21. RGB value is (96,109,33). Sum of RGB (Red+Green+Blue) = 96+109+33=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #606D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D21 is #9F92DE. Grayscale: #606060. Windows color (decimal): -10457823 or 2190688. OLE color: 2190688.

HSL color Cylindrical-coordinate representation of color #606D21: hue angle of 70.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #606D21 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB9610933-
CMYK0.1200.700.57
HSL70.26º53.52%27.84%-
HSV(B)70.26º69.72%42.75%-
XYZ10.5713.533.49-
YUV96.4592.19127.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 109 (42.97% from 255) = 45.80%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=40.34%
G=45.80%
B=13.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109330.1200.700.5770.2653.5227.84
Hex606D21C0463946361c
Octal14015541140106711066634
Binary11000001101101100001110001000110111001100011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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