Html Css Color HEX #606940 Woodland

📋 copy color: '#606940'

red 96 ◦ green 105 ◦ blue 64

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

Shades of Woodland #606940

Tints of Woodland #606940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 36.23%
G = 39.62%
B = 24.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#606940 (or 0x606940) is known color: Woodland. HEX triplet: 60, 69 and 40. RGB value is (96,105,64). Sum of RGB (Red+Green+Blue) = 96+105+64=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #606940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606940 is #9F96BF. Grayscale: #616161. Windows color (decimal): -10458816 or 4221280. OLE color: 4221280.

HSL color Cylindrical-coordinate representation of color #606940: hue angle of 73.17º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606940 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 64 -
CMYK 0.09 0 0.39 0.59
HSL 73.17º 0.24% 0.33% -
HSV(B) 73.17º 0.39% 0.41% -
XYZ 10.8 12.96 6.78 -
YUV 97.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 96 105 64 0.09 0 0.39 0.59 73.17 0.24 0.33
Hex 60 69 40 9 0 27 3B 49 18 21
Octal 140 151 100 11 0 47 73 111 30 41
Binary 1100000 1101001 1000000 1001 0 100111 111011 1001001 11000 100001

Color Harmonies of #606940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606940

Black with #606940

Text Example


Text Example

White with #606940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606940; }

 p { color: rgb(96,105,64); }

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

background-color css

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

 a { background-color: rgb(96,105,64); }

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

border-color css

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

 span { border-color: rgb(96,105,64); }

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