Html Css Color HEX #5B9673 Oxley

📋 copy color: '#5B9673'

red 91 ◦ green 150 ◦ blue 115

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

Shades of Oxley #5B9673

Tints of Oxley #5B9673

RGB

 RED value IS 91 (35.94% from 255) = 25.56%

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 25.56%
G = 42.13%
B = 32.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#5B9673 (or 0x5B9673) is known color: Oxley. HEX triplet: 5B, 96 and 73. RGB value is (91,150,115). Sum of RGB (Red+Green+Blue) = 91+150+115=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9673 is #A4698C. Grayscale: #808080. Windows color (decimal): -10774925 or 7575131. OLE color: 7575131.

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

Color convert

RGB 91 150 115 -
CMYK 0.39 0 0.23 0.41
HSL 144.41º 0.24% 0.47% -
HSV(B) 144.41º 0.39% 0.59% -
XYZ 18.32 25.27 20.13 -
YUV 128.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 91 150 115 0.39 0 0.23 0.41 144.41 0.24 0.47
Hex 5B 96 73 27 0 17 29 90 18 2F
Octal 133 226 163 47 0 27 51 220 30 57
Binary 1011011 10010110 1110011 100111 0 10111 101001 10010000 11000 101111

Color Harmonies of #5B9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9673

Black with #5B9673

Text Example


Text Example

White with #5B9673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,150,115); }

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

background-color css

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

 a { background-color: rgb(91,150,115); }

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

border-color css

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

 span { border-color: rgb(91,150,115); }

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