Html Css Color HEX #5A936A Oxley

📋 copy color: '#5A936A'

red 90 ◦ green 147 ◦ blue 106

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

Shades of Oxley #5A936A

Tints of Oxley #5A936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 26.24%
G = 42.86%
B = 30.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#5A936A (or 0x5A936A) is known color: Oxley. HEX triplet: 5A, 93 and 6A. RGB value is (90,147,106). Sum of RGB (Red+Green+Blue) = 90+147+106=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #5A936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A936A is #A56C95. Grayscale: #7D7D7D. Windows color (decimal): -10841238 or 6984538. OLE color: 6984538.

HSL color Cylindrical-coordinate representation of color #5A936A: hue angle of 136.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A936A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 106 -
CMYK 0.39 0 0.28 0.42
HSL 136.84º 0.24% 0.46% -
HSV(B) 136.84º 0.39% 0.58% -
XYZ 17.25 24.08 17.37 -
YUV 125.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 90 147 106 0.39 0 0.28 0.42 136.84 0.24 0.46
Hex 5A 93 6A 27 0 1C 2A 89 18 2E
Octal 132 223 152 47 0 34 52 211 30 56
Binary 1011010 10010011 1101010 100111 0 11100 101010 10001001 11000 101110

Color Harmonies of #5A936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A936A

Black with #5A936A

Text Example


Text Example

White with #5A936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,147,106); }

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

background-color css

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

 a { background-color: rgb(90,147,106); }

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

border-color css

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

 span { border-color: rgb(90,147,106); }

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