Html Css Color HEX #60946E Oxley

📋 copy color: '#60946E'

red 96 ◦ green 148 ◦ blue 110

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

Shades of Oxley #60946E

Tints of Oxley #60946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 27.12%
G = 41.81%
B = 31.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#60946E (or 0x60946E) is known color: Oxley. HEX triplet: 60, 94 and 6E. RGB value is (96,148,110). Sum of RGB (Red+Green+Blue) = 96+148+110=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #60946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946E is #9F6B91. Grayscale: #808080. Windows color (decimal): -10447762 or 7246944. OLE color: 7246944.

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

Color convert

RGB 96 148 110 -
CMYK 0.35 0 0.26 0.42
HSL 136.15º 0.21% 0.48% -
HSV(B) 136.15º 0.35% 0.58% -
XYZ 18.23 24.79 18.58 -
YUV 128.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 96 148 110 0.35 0 0.26 0.42 136.15 0.21 0.48
Hex 60 94 6E 23 0 1A 2A 88 15 30
Octal 140 224 156 43 0 32 52 210 25 60
Binary 1100000 10010100 1101110 100011 0 11010 101010 10001000 10101 110000

Color Harmonies of #60946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60946E

Black with #60946E

Text Example


Text Example

White with #60946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60946E; }

 p { color: rgb(96,148,110); }

 H1.HeaderClassName
 {
   color: #60946E;
 }
 .AnyTagClassName
 {
   color: #60946E;
 }
</style>

background-color css

<style>
 a { background-color: #60946E; }

 a { background-color: rgb(96,148,110); }

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

border-color css

<style>
 span { border-color: #60946E; }

 span { border-color: rgb(96,148,110); }

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