Html Css Color HEX #5A976C Oxley

📋 copy color: '#5A976C'

red 90 ◦ green 151 ◦ blue 108

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

Shades of Oxley #5A976C

Tints of Oxley #5A976C

RGB

 RED value IS 90 (35.55% from 255) = 25.79%

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 25.79%
G = 43.27%
B = 30.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#5A976C (or 0x5A976C) is known color: Oxley. HEX triplet: 5A, 97 and 6C. RGB value is (90,151,108). Sum of RGB (Red+Green+Blue) = 90+151+108=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #5A976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A976C is #A56893. Grayscale: #7F7F7F. Windows color (decimal): -10840212 or 7116634. OLE color: 7116634.

HSL color Cylindrical-coordinate representation of color #5A976C: hue angle of 137.7º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A976C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 151 108 -
CMYK 0.40 0 0.28 0.41
HSL 137.7º 0.25% 0.47% -
HSV(B) 137.7º 0.4% 0.59% -
XYZ 17.99 25.39 18.14 -
YUV 127.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 90 151 108 0.40 0 0.28 0.41 137.7 0.25 0.47
Hex 5A 97 6C 28 0 1C 29 8A 19 2F
Octal 132 227 154 50 0 34 51 212 31 57
Binary 1011010 10010111 1101100 101000 0 11100 101001 10001010 11001 101111

Color Harmonies of #5A976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A976C

Black with #5A976C

Text Example


Text Example

White with #5A976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A976C; }

 p { color: rgb(90,151,108); }

 H1.HeaderClassName
 {
   color: #5A976C;
 }
 .AnyTagClassName
 {
   color: #5A976C;
 }
</style>

background-color css

<style>
 a { background-color: #5A976C; }

 a { background-color: rgb(90,151,108); }

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

border-color css

<style>
 span { border-color: #5A976C; }

 span { border-color: rgb(90,151,108); }

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