Html Css Color HEX #5B9968 Oxley

📋 copy color: '#5B9968'

red 91 ◦ green 153 ◦ blue 104

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

Shades of Oxley #5B9968

Tints of Oxley #5B9968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

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

R = 26.15%
G = 43.97%
B = 29.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#5B9968 (or 0x5B9968) is known color: Oxley. HEX triplet: 5B, 99 and 68. RGB value is (91,153,104). Sum of RGB (Red+Green+Blue) = 91+153+104=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9968 is #A46697. Grayscale: #818181. Windows color (decimal): -10774168 or 6855003. OLE color: 6855003.

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

Color convert

RGB 91 153 104 -
CMYK 0.41 0 0.32 0.4
HSL 132.58º 0.25% 0.48% -
HSV(B) 132.58º 0.41% 0.6% -
XYZ 18.2 26.01 17.16 -
YUV 128.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 91 153 104 0.41 0 0.32 0.4 132.58 0.25 0.48
Hex 5B 99 68 29 0 20 28 85 19 30
Octal 133 231 150 51 0 40 50 205 31 60
Binary 1011011 10011001 1101000 101001 0 100000 101000 10000101 11001 110000

Color Harmonies of #5B9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9968

Black with #5B9968

Text Example


Text Example

White with #5B9968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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