Html Css Color HEX #60A772 Oxley

📋 copy color: '#60A772'

red 96 ◦ green 167 ◦ blue 114

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

Shades of Oxley #60A772

Tints of Oxley #60A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 25.46%
G = 44.3%
B = 30.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#60A772 (or 0x60A772) is known color: Oxley. HEX triplet: 60, A7 and 72. RGB value is (96,167,114). Sum of RGB (Red+Green+Blue) = 96+167+114=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #60A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A772 is #9F588D. Grayscale: #8B8B8B. Windows color (decimal): -10442894 or 7513952. OLE color: 7513952.

HSL color Cylindrical-coordinate representation of color #60A772: hue angle of 135.21º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A772 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 167 114 -
CMYK 0.43 0 0.32 0.35
HSL 135.21º 0.29% 0.52% -
HSV(B) 135.21º 0.43% 0.65% -
XYZ 21.68 31.34 20.83 -
YUV 139.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 96 167 114 0.43 0 0.32 0.35 135.21 0.29 0.52
Hex 60 A7 72 2B 0 20 23 87 1D 34
Octal 140 247 162 53 0 40 43 207 35 64
Binary 1100000 10100111 1110010 101011 0 100000 100011 10000111 11101 110100

Color Harmonies of #60A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A772

Black with #60A772

Text Example


Text Example

White with #60A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,167,114); }

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

background-color css

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

 a { background-color: rgb(96,167,114); }

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

border-color css

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

 span { border-color: rgb(96,167,114); }

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