Html Css Color HEX #60A974 Oxley

📋 copy color: '#60A974'

red 96 ◦ green 169 ◦ blue 116

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

Shades of Oxley #60A974

Tints of Oxley #60A974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 25.2%
G = 44.36%
B = 30.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#60A974 (or 0x60A974) is known color: Oxley. HEX triplet: 60, A9 and 74. RGB value is (96,169,116). Sum of RGB (Red+Green+Blue) = 96+169+116=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #60A974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A974 is #9F568B. Grayscale: #8D8D8D. Windows color (decimal): -10442380 or 7645536. OLE color: 7645536.

HSL color Cylindrical-coordinate representation of color #60A974: hue angle of 136.44º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A974 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 169 116 -
CMYK 0.43 0 0.31 0.34
HSL 136.44º 0.3% 0.52% -
HSV(B) 136.44º 0.43% 0.66% -
XYZ 22.16 32.12 21.56 -
YUV 141.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 96 169 116 0.43 0 0.31 0.34 136.44 0.3 0.52
Hex 60 A9 74 2B 0 1F 22 88 1E 34
Octal 140 251 164 53 0 37 42 210 36 64
Binary 1100000 10101001 1110100 101011 0 11111 100010 10001000 11110 110100

Color Harmonies of #60A974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A974

Black with #60A974

Text Example


Text Example

White with #60A974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A974; }

 p { color: rgb(96,169,116); }

 H1.HeaderClassName
 {
   color: #60A974;
 }
 .AnyTagClassName
 {
   color: #60A974;
 }
</style>

background-color css

<style>
 a { background-color: #60A974; }

 a { background-color: rgb(96,169,116); }

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

border-color css

<style>
 span { border-color: #60A974; }

 span { border-color: rgb(96,169,116); }

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