Html Css Color HEX #60956D Oxley

📋 copy color: '#60956D'

red 96 ◦ green 149 ◦ blue 109

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

Shades of Oxley #60956D

Tints of Oxley #60956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 27.12%
G = 42.09%
B = 30.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#60956D (or 0x60956D) is known color: Oxley. HEX triplet: 60, 95 and 6D. RGB value is (96,149,109). Sum of RGB (Red+Green+Blue) = 96+149+109=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #60956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60956D is #9F6A92. Grayscale: #808080. Windows color (decimal): -10447507 or 7181664. OLE color: 7181664.

HSL color Cylindrical-coordinate representation of color #60956D: hue angle of 134.72º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60956D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 109 -
CMYK 0.36 0 0.27 0.42
HSL 134.72º 0.22% 0.48% -
HSV(B) 134.72º 0.36% 0.58% -
XYZ 18.33 25.09 18.34 -
YUV 128.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 96 149 109 0.36 0 0.27 0.42 134.72 0.22 0.48
Hex 60 95 6D 24 0 1B 2A 87 16 30
Octal 140 225 155 44 0 33 52 207 26 60
Binary 1100000 10010101 1101101 100100 0 11011 101010 10000111 10110 110000

Color Harmonies of #60956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60956D

Black with #60956D

Text Example


Text Example

White with #60956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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