Html Css Color HEX #60966F Oxley

📋 copy color: '#60966F'

red 96 ◦ green 150 ◦ blue 111

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

Shades of Oxley #60966F

Tints of Oxley #60966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 26.89%
G = 42.02%
B = 31.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#60966F (or 0x60966F) is known color: Oxley. HEX triplet: 60, 96 and 6F. RGB value is (96,150,111). Sum of RGB (Red+Green+Blue) = 96+150+111=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #60966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966F is #9F6990. Grayscale: #818181. Windows color (decimal): -10447249 or 7312992. OLE color: 7312992.

HSL color Cylindrical-coordinate representation of color #60966F: hue angle of 136.67º 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 #60966F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 111 -
CMYK 0.36 0 0.26 0.41
HSL 136.67º 0.22% 0.48% -
HSV(B) 136.67º 0.36% 0.59% -
XYZ 18.6 25.45 18.97 -
YUV 129.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 96 150 111 0.36 0 0.26 0.41 136.67 0.22 0.48
Hex 60 96 6F 24 0 1A 29 89 16 30
Octal 140 226 157 44 0 32 51 211 26 60
Binary 1100000 10010110 1101111 100100 0 11010 101001 10001001 10110 110000

Color Harmonies of #60966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60966F

Black with #60966F

Text Example


Text Example

White with #60966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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