Html Css Color HEX #5C9270 Oxley

📋 copy color: '#5C9270'

red 92 ◦ green 146 ◦ blue 112

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

Shades of Oxley #5C9270

Tints of Oxley #5C9270

RGB

 RED value IS 92 (36.33% from 255) = 26.29%

 GREEN value IS 146 (57.42% from 255) = 41.71%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 26.29%
G = 41.71%
B = 32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#5C9270 (or 0x5C9270) is known color: Oxley. HEX triplet: 5C, 92 and 70. RGB value is (92,146,112). Sum of RGB (Red+Green+Blue) = 92+146+112=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9270 is #A36D8F. Grayscale: #7E7E7E. Windows color (decimal): -10710416 or 7377500. OLE color: 7377500.

HSL color Cylindrical-coordinate representation of color #5C9270: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9270 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 146 112 -
CMYK 0.37 0 0.23 0.43
HSL 142.22º 0.23% 0.47% -
HSV(B) 142.22º 0.37% 0.57% -
XYZ 17.62 24 19.03 -
YUV 125.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 92 146 112 0.37 0 0.23 0.43 142.22 0.23 0.47
Hex 5C 92 70 25 0 17 2B 8E 17 2F
Octal 134 222 160 45 0 27 53 216 27 57
Binary 1011100 10010010 1110000 100101 0 10111 101011 10001110 10111 101111

Color Harmonies of #5C9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9270

Black with #5C9270

Text Example


Text Example

White with #5C9270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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