Html Css Color HEX #60A876 Oxley

📋 copy color: '#60A876'

red 96 ◦ green 168 ◦ blue 118

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

Shades of Oxley #60A876

Tints of Oxley #60A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 25.13%
G = 43.98%
B = 30.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#60A876 (or 0x60A876) is known color: Oxley. HEX triplet: 60, A8 and 76. RGB value is (96,168,118). Sum of RGB (Red+Green+Blue) = 96+168+118=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #60A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A876 is #9F5789. Grayscale: #8C8C8C. Windows color (decimal): -10442634 or 7776352. OLE color: 7776352.

HSL color Cylindrical-coordinate representation of color #60A876: hue angle of 138.33º degrees, saturation: 0.29, 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 #60A876 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 168 118 -
CMYK 0.43 0 0.30 0.34
HSL 138.33º 0.29% 0.52% -
HSV(B) 138.33º 0.43% 0.66% -
XYZ 22.1 31.8 22.11 -
YUV 140.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 96 168 118 0.43 0 0.30 0.34 138.33 0.29 0.52
Hex 60 A8 76 2B 0 1E 22 8A 1D 34
Octal 140 250 166 53 0 36 42 212 35 64
Binary 1100000 10101000 1110110 101011 0 11110 100010 10001010 11101 110100

Color Harmonies of #60A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A876

Black with #60A876

Text Example


Text Example

White with #60A876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,168,118); }

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

background-color css

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

 a { background-color: rgb(96,168,118); }

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

border-color css

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

 span { border-color: rgb(96,168,118); }

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