Html Css Color HEX #5A916F Oxley

📋 copy color: '#5A916F'

red 90 ◦ green 145 ◦ blue 111

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

Shades of Oxley #5A916F

Tints of Oxley #5A916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.91%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 26.01%
G = 41.91%
B = 32.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#5A916F (or 0x5A916F) is known color: Oxley. HEX triplet: 5A, 91 and 6F. RGB value is (90,145,111). Sum of RGB (Red+Green+Blue) = 90+145+111=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #5A916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A916F is #A56E90. Grayscale: #7C7C7C. Windows color (decimal): -10841745 or 7311706. OLE color: 7311706.

HSL color Cylindrical-coordinate representation of color #5A916F: hue angle of 142.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A916F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 111 -
CMYK 0.38 0 0.23 0.43
HSL 142.91º 0.23% 0.46% -
HSV(B) 142.91º 0.38% 0.57% -
XYZ 17.21 23.57 18.68 -
YUV 124.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 90 145 111 0.38 0 0.23 0.43 142.91 0.23 0.46
Hex 5A 91 6F 26 0 17 2B 8F 17 2E
Octal 132 221 157 46 0 27 53 217 27 56
Binary 1011010 10010001 1101111 100110 0 10111 101011 10001111 10111 101110

Color Harmonies of #5A916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A916F

Black with #5A916F

Text Example


Text Example

White with #5A916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,111); }

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

background-color css

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

 a { background-color: rgb(90,145,111); }

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

border-color css

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

 span { border-color: rgb(90,145,111); }

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