Html Css Color HEX #5B9B6C Oxley

📋 copy color: '#5B9B6C'

red 91 ◦ green 155 ◦ blue 108

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

Shades of Oxley #5B9B6C

Tints of Oxley #5B9B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.79%

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

R = 25.71%
G = 43.79%
B = 30.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#5B9B6C (or 0x5B9B6C) is known color: Oxley. HEX triplet: 5B, 9B and 6C. RGB value is (91,155,108). Sum of RGB (Red+Green+Blue) = 91+155+108=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B6C is #A46493. Grayscale: #828282. Windows color (decimal): -10773652 or 7117659. OLE color: 7117659.

HSL color Cylindrical-coordinate representation of color #5B9B6C: hue angle of 135.94º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B6C is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 155 108 -
CMYK 0.41 0 0.30 0.39
HSL 135.94º 0.26% 0.48% -
HSV(B) 135.94º 0.41% 0.61% -
XYZ 18.74 26.75 18.36 -
YUV 130.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 91 155 108 0.41 0 0.30 0.39 135.94 0.26 0.48
Hex 5B 9B 6C 29 0 1E 27 88 1A 30
Octal 133 233 154 51 0 36 47 210 32 60
Binary 1011011 10011011 1101100 101001 0 11110 100111 10001000 11010 110000

Color Harmonies of #5B9B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9B6C

Black with #5B9B6C

Text Example


Text Example

White with #5B9B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,155,108); }

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

background-color css

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

 a { background-color: rgb(91,155,108); }

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

border-color css

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

 span { border-color: rgb(91,155,108); }

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