Html Css Color HEX #609242 Glade Green

📋 copy color: '#609242'

red 96 ◦ green 146 ◦ blue 66

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

Shades of Glade Green #609242

Tints of Glade Green #609242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 31.17%
G = 47.4%
B = 21.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#609242 (or 0x609242) is known color: Glade Green. HEX triplet: 60, 92 and 42. RGB value is (96,146,66). Sum of RGB (Red+Green+Blue) = 96+146+66=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #609242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609242 is #9F6DBD. Grayscale: #7A7A7A. Windows color (decimal): -10448318 or 4362848. OLE color: 4362848.

HSL color Cylindrical-coordinate representation of color #609242: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #609242 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 66 -
CMYK 0.34 0 0.55 0.43
HSL 97.5º 0.38% 0.42% -
HSV(B) 97.5º 0.55% 0.57% -
XYZ 16.09 23.44 8.83 -
YUV 121.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 96 146 66 0.34 0 0.55 0.43 97.5 0.38 0.42
Hex 60 92 42 22 0 37 2B 62 26 2A
Octal 140 222 102 42 0 67 53 142 46 52
Binary 1100000 10010010 1000010 100010 0 110111 101011 1100010 100110 101010

Color Harmonies of #609242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609242

Black with #609242

Text Example


Text Example

White with #609242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609242; }

 p { color: rgb(96,146,66); }

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

background-color css

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

 a { background-color: rgb(96,146,66); }

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

border-color css

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

 span { border-color: rgb(96,146,66); }

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