Html Css Color HEX #5B9868 Oxley

📋 copy color: '#5B9868'

red 91 ◦ green 152 ◦ blue 104

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

Shades of Oxley #5B9868

Tints of Oxley #5B9868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 26.22%
G = 43.8%
B = 29.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#5B9868 (or 0x5B9868) is known color: Oxley. HEX triplet: 5B, 98 and 68. RGB value is (91,152,104). Sum of RGB (Red+Green+Blue) = 91+152+104=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9868 is #A46797. Grayscale: #808080. Windows color (decimal): -10774424 or 6854747. OLE color: 6854747.

HSL color Cylindrical-coordinate representation of color #5B9868: hue angle of 132.79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9868 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 152 104 -
CMYK 0.40 0 0.32 0.40
HSL 132.79º 0.25% 0.48% -
HSV(B) 132.79º 0.4% 0.6% -
XYZ 18.04 25.68 17.1 -
YUV 128.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 91 152 104 0.40 0 0.32 0.40 132.79 0.25 0.48
Hex 5B 98 68 28 0 20 28 85 19 30
Octal 133 230 150 50 0 40 50 205 31 60
Binary 1011011 10011000 1101000 101000 0 100000 101000 10000101 11001 110000

Color Harmonies of #5B9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9868

Black with #5B9868

Text Example


Text Example

White with #5B9868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,152,104); }

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

background-color css

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

 a { background-color: rgb(91,152,104); }

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

border-color css

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

 span { border-color: rgb(91,152,104); }

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