Html Css Color HEX #5E9A6A Oxley

📋 copy color: '#5E9A6A'

red 94 ◦ green 154 ◦ blue 106

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

Shades of Oxley #5E9A6A

Tints of Oxley #5E9A6A

RGB

 RED value IS 94 (37.11% from 255) = 26.55%

 GREEN value IS 154 (60.55% from 255) = 43.5%

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

R = 26.55%
G = 43.5%
B = 29.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#5E9A6A (or 0x5E9A6A) is known color: Oxley. HEX triplet: 5E, 9A and 6A. RGB value is (94,154,106). Sum of RGB (Red+Green+Blue) = 94+154+106=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A6A is #A16595. Grayscale: #828282. Windows color (decimal): -10577302 or 6986334. OLE color: 6986334.

HSL color Cylindrical-coordinate representation of color #5E9A6A: hue angle of 132º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9A6A is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 154 106 -
CMYK 0.39 0 0.31 0.40
HSL 132º 0.24% 0.49% -
HSV(B) 132º 0.39% 0.6% -
XYZ 18.77 26.53 17.77 -
YUV 130.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 94 154 106 0.39 0 0.31 0.40 132 0.24 0.49
Hex 5E 9A 6A 27 0 1F 28 84 18 31
Octal 136 232 152 47 0 37 50 204 30 61
Binary 1011110 10011010 1101010 100111 0 11111 101000 10000100 11000 110001

Color Harmonies of #5E9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9A6A

Black with #5E9A6A

Text Example


Text Example

White with #5E9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,154,106); }

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

background-color css

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

 a { background-color: rgb(94,154,106); }

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

border-color css

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

 span { border-color: rgb(94,154,106); }

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