Html Css Color HEX #60966B Oxley

📋 copy color: '#60966B'

red 96 ◦ green 150 ◦ blue 107

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

Shades of Oxley #60966B

Tints of Oxley #60966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 27.2%
G = 42.49%
B = 30.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#60966B (or 0x60966B) is known color: Oxley. HEX triplet: 60, 96 and 6B. RGB value is (96,150,107). Sum of RGB (Red+Green+Blue) = 96+150+107=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #60966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966B is #9F6994. Grayscale: #818181. Windows color (decimal): -10447253 or 7050848. OLE color: 7050848.

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

Color convert

RGB 96 150 107 -
CMYK 0.36 0 0.29 0.41
HSL 132.22º 0.22% 0.48% -
HSV(B) 132.22º 0.36% 0.59% -
XYZ 18.38 25.36 17.84 -
YUV 128.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 96 150 107 0.36 0 0.29 0.41 132.22 0.22 0.48
Hex 60 96 6B 24 0 1D 29 84 16 30
Octal 140 226 153 44 0 35 51 204 26 60
Binary 1100000 10010110 1101011 100100 0 11101 101001 10000100 10110 110000

Color Harmonies of #60966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60966B

Black with #60966B

Text Example


Text Example

White with #60966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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