Html Css Color HEX #5B946E Oxley

📋 copy color: '#5B946E'

red 91 ◦ green 148 ◦ blue 110

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

Shades of Oxley #5B946E

Tints of Oxley #5B946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 26.07%
G = 42.41%
B = 31.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#5B946E (or 0x5B946E) is known color: Oxley. HEX triplet: 5B, 94 and 6E. RGB value is (91,148,110). Sum of RGB (Red+Green+Blue) = 91+148+110=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #5B946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B946E is #A46B91. Grayscale: #7E7E7E. Windows color (decimal): -10775442 or 7246939. OLE color: 7246939.

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

Color convert

RGB 91 148 110 -
CMYK 0.39 0 0.26 0.42
HSL 140º 0.24% 0.47% -
HSV(B) 140º 0.39% 0.58% -
XYZ 17.72 24.53 18.55 -
YUV 126.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 91 148 110 0.39 0 0.26 0.42 140 0.24 0.47
Hex 5B 94 6E 27 0 1A 2A 8C 18 2F
Octal 133 224 156 47 0 32 52 214 30 57
Binary 1011011 10010100 1101110 100111 0 11010 101010 10001100 11000 101111

Color Harmonies of #5B946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B946E

Black with #5B946E

Text Example


Text Example

White with #5B946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,148,110); }

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

background-color css

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

 a { background-color: rgb(91,148,110); }

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

border-color css

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

 span { border-color: rgb(91,148,110); }

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