Html Css Color HEX #5B916B Oxley

📋 copy color: '#5B916B'

red 91 ◦ green 145 ◦ blue 107

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

Shades of Oxley #5B916B

Tints of Oxley #5B916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 26.53%
G = 42.27%
B = 31.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#5B916B (or 0x5B916B) is known color: Oxley. HEX triplet: 5B, 91 and 6B. RGB value is (91,145,107). Sum of RGB (Red+Green+Blue) = 91+145+107=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #5B916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B916B is #A46E94. Grayscale: #7C7C7C. Windows color (decimal): -10776213 or 7049563. OLE color: 7049563.

HSL color Cylindrical-coordinate representation of color #5B916B: hue angle of 137.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B916B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 145 107 -
CMYK 0.37 0 0.26 0.43
HSL 137.78º 0.23% 0.46% -
HSV(B) 137.78º 0.37% 0.57% -
XYZ 17.09 23.54 17.55 -
YUV 124.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 91 145 107 0.37 0 0.26 0.43 137.78 0.23 0.46
Hex 5B 91 6B 25 0 1A 2B 8A 17 2E
Octal 133 221 153 45 0 32 53 212 27 56
Binary 1011011 10010001 1101011 100101 0 11010 101011 10001010 10111 101110

Color Harmonies of #5B916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B916B

Black with #5B916B

Text Example


Text Example

White with #5B916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,145,107); }

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

background-color css

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

 a { background-color: rgb(91,145,107); }

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

border-color css

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

 span { border-color: rgb(91,145,107); }

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