Html Css Color HEX #60936F Oxley

📋 copy color: '#60936F'

red 96 ◦ green 147 ◦ blue 111

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

Shades of Oxley #60936F

Tints of Oxley #60936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 27.12%
G = 41.53%
B = 31.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#60936F (or 0x60936F) is known color: Oxley. HEX triplet: 60, 93 and 6F. RGB value is (96,147,111). Sum of RGB (Red+Green+Blue) = 96+147+111=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #60936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936F is #9F6C90. Grayscale: #7F7F7F. Windows color (decimal): -10448017 or 7312224. OLE color: 7312224.

HSL color Cylindrical-coordinate representation of color #60936F: hue angle of 137.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60936F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 111 -
CMYK 0.35 0 0.24 0.42
HSL 137.65º 0.21% 0.48% -
HSV(B) 137.65º 0.35% 0.58% -
XYZ 18.13 24.5 18.81 -
YUV 127.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 96 147 111 0.35 0 0.24 0.42 137.65 0.21 0.48
Hex 60 93 6F 23 0 18 2A 8A 15 30
Octal 140 223 157 43 0 30 52 212 25 60
Binary 1100000 10010011 1101111 100011 0 11000 101010 10001010 10101 110000

Color Harmonies of #60936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60936F

Black with #60936F

Text Example


Text Example

White with #60936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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