Html Css Color HEX #5E966A Oxley

📋 copy color: '#5E966A'

red 94 ◦ green 150 ◦ blue 106

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

Shades of Oxley #5E966A

Tints of Oxley #5E966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 26.86%
G = 42.86%
B = 30.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#5E966A (or 0x5E966A) is known color: Oxley. HEX triplet: 5E, 96 and 6A. RGB value is (94,150,106). Sum of RGB (Red+Green+Blue) = 94+150+106=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #5E966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E966A is #A16995. Grayscale: #808080. Windows color (decimal): -10578326 or 6985310. OLE color: 6985310.

HSL color Cylindrical-coordinate representation of color #5E966A: hue angle of 132.86º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E966A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 150 106 -
CMYK 0.37 0 0.29 0.41
HSL 132.86º 0.23% 0.48% -
HSV(B) 132.86º 0.37% 0.59% -
XYZ 18.12 25.23 17.55 -
YUV 128.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 94 150 106 0.37 0 0.29 0.41 132.86 0.23 0.48
Hex 5E 96 6A 25 0 1D 29 85 17 30
Octal 136 226 152 45 0 35 51 205 27 60
Binary 1011110 10010110 1101010 100101 0 11101 101001 10000101 10111 110000

Color Harmonies of #5E966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E966A

Black with #5E966A

Text Example


Text Example

White with #5E966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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