Html Css Color HEX #60966C Oxley

📋 copy color: '#60966C'

red 96 ◦ green 150 ◦ blue 108

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

Shades of Oxley #60966C

Tints of Oxley #60966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 27.12%
G = 42.37%
B = 30.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#60966C (or 0x60966C) is known color: Oxley. HEX triplet: 60, 96 and 6C. RGB value is (96,150,108). Sum of RGB (Red+Green+Blue) = 96+150+108=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #60966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966C is #9F6993. Grayscale: #818181. Windows color (decimal): -10447252 or 7116384. OLE color: 7116384.

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

Color convert

RGB 96 150 108 -
CMYK 0.36 0 0.28 0.41
HSL 133.33º 0.22% 0.48% -
HSV(B) 133.33º 0.36% 0.59% -
XYZ 18.44 25.38 18.11 -
YUV 129.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 96 150 108 0.36 0 0.28 0.41 133.33 0.22 0.48
Hex 60 96 6C 24 0 1C 29 85 16 30
Octal 140 226 154 44 0 34 51 205 26 60
Binary 1100000 10010110 1101100 100100 0 11100 101001 10000101 10110 110000

Color Harmonies of #60966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60966C

Black with #60966C

Text Example


Text Example

White with #60966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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