#5C9070

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

Shades of Oxley #5C9070

Tints of Oxley #5C9070

Color information

#5C9070 (or 0x5C9070) is unknown color: approx Oxley. HEX triplet: 5C, 90 and 70. RGB value is (92,144,112). Sum of RGB (Red+Green+Blue) = 92+144+112=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9070 is #A36F8F. Grayscale: #7C7C7C. Windows color (decimal): -10710928 or 7376988. OLE color: 7376988.

HSL color Cylindrical-coordinate representation of color #5C9070: hue angle of 143.08º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9070 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB92144112-
CMYK0.3600.220.44
HSL143.08º22.03%46.27%-
HSV(B)143.08º36.11%56.47%-
XYZ17.3123.3918.93-
YUV124.8120.77104.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.44%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=26.44%
G=41.38%
B=32.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441120.3600.220.44143.0822.0346.27
Hex5C9070240162C8f162e
Octal13422016044026542172656
Binary10111001001000011100001001000101101011001000111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,112); }

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

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

 a { background-color: rgb(92,144,112); }

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

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

 span { border-color: rgb(92,144,112); }

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