Html Css Color HEX #60966D Oxley

📋 copy color: '#60966D'

red 96 ◦ green 150 ◦ blue 109

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

Shades of Oxley #60966D

Tints of Oxley #60966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

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

R = 27.04%
G = 42.25%
B = 30.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#60966D (or 0x60966D) is known color: Oxley. HEX triplet: 60, 96 and 6D. RGB value is (96,150,109). Sum of RGB (Red+Green+Blue) = 96+150+109=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #60966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966D is #9F6992. Grayscale: #818181. Windows color (decimal): -10447251 or 7181920. OLE color: 7181920.

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

Color convert

RGB 96 150 109 -
CMYK 0.36 0 0.27 0.41
HSL 134.44º 0.22% 0.48% -
HSV(B) 134.44º 0.36% 0.59% -
XYZ 18.49 25.4 18.4 -
YUV 129.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 96 150 109 0.36 0 0.27 0.41 134.44 0.22 0.48
Hex 60 96 6D 24 0 1B 29 86 16 30
Octal 140 226 155 44 0 33 51 206 26 60
Binary 1100000 10010110 1101101 100100 0 11011 101001 10000110 10110 110000

Color Harmonies of #60966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60966D

Black with #60966D

Text Example


Text Example

White with #60966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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