Html Css Color HEX #5C9A73 Oxley

📋 copy color: '#5C9A73'

red 92 ◦ green 154 ◦ blue 115

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

Shades of Oxley #5C9A73

Tints of Oxley #5C9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 25.48%
G = 42.66%
B = 31.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#5C9A73 (or 0x5C9A73) is known color: Oxley. HEX triplet: 5C, 9A and 73. RGB value is (92,154,115). Sum of RGB (Red+Green+Blue) = 92+154+115=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9A73 is #A3658C. Grayscale: #838383. Windows color (decimal): -10708365 or 7576156. OLE color: 7576156.

HSL color Cylindrical-coordinate representation of color #5C9A73: hue angle of 142.26º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A73 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 154 115 -
CMYK 0.40 0 0.25 0.40
HSL 142.26º 0.25% 0.48% -
HSV(B) 142.26º 0.4% 0.6% -
XYZ 19.06 26.62 20.35 -
YUV 131.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 92 154 115 0.40 0 0.25 0.40 142.26 0.25 0.48
Hex 5C 9A 73 28 0 19 28 8E 19 30
Octal 134 232 163 50 0 31 50 216 31 60
Binary 1011100 10011010 1110011 101000 0 11001 101000 10001110 11001 110000

Color Harmonies of #5C9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9A73

Black with #5C9A73

Text Example


Text Example

White with #5C9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,154,115); }

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

background-color css

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

 a { background-color: rgb(92,154,115); }

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

border-color css

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

 span { border-color: rgb(92,154,115); }

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