Html Css Color HEX #606B20 Fiji Green

📋 copy color: '#606B20'

red 96 ◦ green 107 ◦ blue 32

#606B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #606B20

Tints of Fiji Green #606B20

RGB

 RED value IS 96 (37.89% from 255) = 40.85%

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 40.85%
G = 45.53%
B = 13.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#606B20 (or 0x606B20) is known color: Fiji Green. HEX triplet: 60, 6B and 20. RGB value is (96,107,32). Sum of RGB (Red+Green+Blue) = 96+107+32=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #606B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B20 is #9F94DF. Grayscale: #5F5F5F. Windows color (decimal): -10458336 or 2124640. OLE color: 2124640.

HSL color Cylindrical-coordinate representation of color #606B20: hue angle of 68.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #606B20 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 32 -
CMYK 0.10 0 0.70 0.58
HSL 68.8º 0.54% 0.27% -
HSV(B) 68.8º 0.7% 0.42% -
XYZ 10.34 13.11 3.35 -
YUV 95.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 96 107 32 0.10 0 0.70 0.58 68.8 0.54 0.27
Hex 60 6B 20 A 0 46 3A 45 36 1B
Octal 140 153 40 12 0 106 72 105 66 33
Binary 1100000 1101011 100000 1010 0 1000110 111010 1000101 110110 11011

Color Harmonies of #606B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B20

Black with #606B20

Text Example


Text Example

White with #606B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,32); }

 H1.HeaderClassName
 {
   color: #606B20;
 }
 .AnyTagClassName
 {
   color: #606B20;
 }
</style>

background-color css

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

 a { background-color: rgb(96,107,32); }

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

border-color css

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

 span { border-color: rgb(96,107,32); }

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