Html Css Color HEX #60864B Glade Green

📋 copy color: '#60864B'

red 96 ◦ green 134 ◦ blue 75

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

Shades of Glade Green #60864B

Tints of Glade Green #60864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 31.48%
G = 43.93%
B = 24.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#60864B (or 0x60864B) is known color: Glade Green. HEX triplet: 60, 86 and 4B. RGB value is (96,134,75). Sum of RGB (Red+Green+Blue) = 96+134+75=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #60864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60864B is #9F79B4. Grayscale: #747474. Windows color (decimal): -10451381 or 4949600. OLE color: 4949600.

HSL color Cylindrical-coordinate representation of color #60864B: hue angle of 98.64º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60864B is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 75 -
CMYK 0.28 0 0.44 0.47
HSL 98.64º 0.28% 0.41% -
HSV(B) 98.64º 0.44% 0.53% -
XYZ 14.62 20.04 9.76 -
YUV 115.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 96 134 75 0.28 0 0.44 0.47 98.64 0.28 0.41
Hex 60 86 4B 1C 0 2C 2F 63 1C 29
Octal 140 206 113 34 0 54 57 143 34 51
Binary 1100000 10000110 1001011 11100 0 101100 101111 1100011 11100 101001

Color Harmonies of #60864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60864B

Black with #60864B

Text Example


Text Example

White with #60864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60864B; }

 p { color: rgb(96,134,75); }

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

background-color css

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

 a { background-color: rgb(96,134,75); }

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

border-color css

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

 span { border-color: rgb(96,134,75); }

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