Html Css Color HEX #5A9B6E Oxley

📋 copy color: '#5A9B6E'

red 90 ◦ green 155 ◦ blue 110

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

Shades of Oxley #5A9B6E

Tints of Oxley #5A9B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 25.35%
G = 43.66%
B = 30.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#5A9B6E (or 0x5A9B6E) is known color: Oxley. HEX triplet: 5A, 9B and 6E. RGB value is (90,155,110). Sum of RGB (Red+Green+Blue) = 90+155+110=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B6E is #A56491. Grayscale: #828282. Windows color (decimal): -10839186 or 7248730. OLE color: 7248730.

HSL color Cylindrical-coordinate representation of color #5A9B6E: hue angle of 138.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B6E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 155 110 -
CMYK 0.42 0 0.29 0.39
HSL 138.46º 0.27% 0.48% -
HSV(B) 138.46º 0.42% 0.61% -
XYZ 18.75 26.74 18.93 -
YUV 130.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 90 155 110 0.42 0 0.29 0.39 138.46 0.27 0.48
Hex 5A 9B 6E 2A 0 1D 27 8A 1B 30
Octal 132 233 156 52 0 35 47 212 33 60
Binary 1011010 10011011 1101110 101010 0 11101 100111 10001010 11011 110000

Color Harmonies of #5A9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B6E

Black with #5A9B6E

Text Example


Text Example

White with #5A9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,155,110); }

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

background-color css

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

 a { background-color: rgb(90,155,110); }

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

border-color css

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

 span { border-color: rgb(90,155,110); }

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