Html Css Color HEX #60936C Oxley

📋 copy color: '#60936C'

red 96 ◦ green 147 ◦ blue 108

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

Shades of Oxley #60936C

Tints of Oxley #60936C

RGB

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

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

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

R = 27.35%
G = 41.88%
B = 30.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#60936C (or 0x60936C) is known color: Oxley. HEX triplet: 60, 93 and 6C. RGB value is (96,147,108). Sum of RGB (Red+Green+Blue) = 96+147+108=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #60936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936C is #9F6C93. Grayscale: #7F7F7F. Windows color (decimal): -10448020 or 7115616. OLE color: 7115616.

HSL color Cylindrical-coordinate representation of color #60936C: hue angle of 134.12º 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 #60936C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 108 -
CMYK 0.35 0 0.27 0.42
HSL 134.12º 0.21% 0.48% -
HSV(B) 134.12º 0.35% 0.58% -
XYZ 17.96 24.44 17.96 -
YUV 127.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 96 147 108 0.35 0 0.27 0.42 134.12 0.21 0.48
Hex 60 93 6C 23 0 1B 2A 86 15 30
Octal 140 223 154 43 0 33 52 206 25 60
Binary 1100000 10010011 1101100 100011 0 11011 101010 10000110 10101 110000

Color Harmonies of #60936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60936C

Black with #60936C

Text Example


Text Example

White with #60936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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