#5C916B

Color #5C916B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5C916B

Tints of Oxley #5C916B

Color information

#5C916B (or 0x5C916B) is unknown color: approx Oxley. HEX triplet: 5C, 91 and 6B. RGB value is (92,145,107). Sum of RGB (Red+Green+Blue) = 92+145+107=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #5C916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C916B is #A36E94. Grayscale: #7C7C7C. Windows color (decimal): -10710677 or 7049564. OLE color: 7049564.

HSL color Cylindrical-coordinate representation of color #5C916B: hue angle of 136.98º degrees, saturation: 0.22, 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 #5C916B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB92145107-
CMYK0.3700.260.43
HSL136.98º22.36%46.47%-
HSV(B)136.98º36.55%56.86%-
XYZ17.1923.5917.56-
YUV124.82117.94104.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.74%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=26.74%
G=42.15%
B=31.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921451070.3700.260.43136.9822.3646.47
Hex5C916B2501A2B89162e
Octal13422115345032532112656
Binary10111001001000111010111001010110101010111000100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C916B;
 }
 .AnyTagClassName
 {
   color: #5C916B;
 }
</style>
background-color css

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

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

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

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

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

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