Html Css Color HEX #5E9C6C Oxley

📋 copy color: '#5E9C6C'

red 94 ◦ green 156 ◦ blue 108

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

Shades of Oxley #5E9C6C

Tints of Oxley #5E9C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 26.26%
G = 43.58%
B = 30.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#5E9C6C (or 0x5E9C6C) is known color: Oxley. HEX triplet: 5E, 9C and 6C. RGB value is (94,156,108). Sum of RGB (Red+Green+Blue) = 94+156+108=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C6C is #A16393. Grayscale: #848484. Windows color (decimal): -10576788 or 7117918. OLE color: 7117918.

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

Color convert

RGB 94 156 108 -
CMYK 0.40 0 0.31 0.39
HSL 133.55º 0.25% 0.49% -
HSV(B) 133.55º 0.4% 0.61% -
XYZ 19.21 27.24 18.43 -
YUV 131.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 94 156 108 0.40 0 0.31 0.39 133.55 0.25 0.49
Hex 5E 9C 6C 28 0 1F 27 86 19 31
Octal 136 234 154 50 0 37 47 206 31 61
Binary 1011110 10011100 1101100 101000 0 11111 100111 10000110 11001 110001

Color Harmonies of #5E9C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9C6C

Black with #5E9C6C

Text Example


Text Example

White with #5E9C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,156,108); }

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

background-color css

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

 a { background-color: rgb(94,156,108); }

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

border-color css

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

 span { border-color: rgb(94,156,108); }

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