Html Css Color HEX #5A9E68 Oxley

📋 copy color: '#5A9E68'

red 90 ◦ green 158 ◦ blue 104

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

Shades of Oxley #5A9E68

Tints of Oxley #5A9E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 25.57%
G = 44.89%
B = 29.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#5A9E68 (or 0x5A9E68) is known color: Oxley. HEX triplet: 5A, 9E and 68. RGB value is (90,158,104). Sum of RGB (Red+Green+Blue) = 90+158+104=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E68 is #A56197. Grayscale: #838383. Windows color (decimal): -10838424 or 6856282. OLE color: 6856282.

HSL color Cylindrical-coordinate representation of color #5A9E68: hue angle of 132.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E68 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 158 104 -
CMYK 0.43 0 0.34 0.38
HSL 132.35º 0.27% 0.49% -
HSV(B) 132.35º 0.43% 0.62% -
XYZ 18.94 27.63 17.43 -
YUV 131.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 90 158 104 0.43 0 0.34 0.38 132.35 0.27 0.49
Hex 5A 9E 68 2B 0 22 26 84 1B 31
Octal 132 236 150 53 0 42 46 204 33 61
Binary 1011010 10011110 1101000 101011 0 100010 100110 10000100 11011 110001

Color Harmonies of #5A9E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9E68

Black with #5A9E68

Text Example


Text Example

White with #5A9E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,158,104); }

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

background-color css

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

 a { background-color: rgb(90,158,104); }

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

border-color css

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

 span { border-color: rgb(90,158,104); }

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