Html Css Color HEX #5C9676 Oxley

📋 copy color: '#5C9676'

red 92 ◦ green 150 ◦ blue 118

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

Shades of Oxley #5C9676

Tints of Oxley #5C9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 25.56%
G = 41.67%
B = 32.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#5C9676 (or 0x5C9676) is known color: Oxley. HEX triplet: 5C, 96 and 76. RGB value is (92,150,118). Sum of RGB (Red+Green+Blue) = 92+150+118=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9676 is #A36989. Grayscale: #818181. Windows color (decimal): -10709386 or 7771740. OLE color: 7771740.

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

Color convert

RGB 92 150 118 -
CMYK 0.39 0 0.21 0.41
HSL 146.9º 0.24% 0.47% -
HSV(B) 146.9º 0.39% 0.59% -
XYZ 18.59 25.4 21.06 -
YUV 129.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 92 150 118 0.39 0 0.21 0.41 146.9 0.24 0.47
Hex 5C 96 76 27 0 15 29 93 18 2F
Octal 134 226 166 47 0 25 51 223 30 57
Binary 1011100 10010110 1110110 100111 0 10101 101001 10010011 11000 101111

Color Harmonies of #5C9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9676

Black with #5C9676

Text Example


Text Example

White with #5C9676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,150,118); }

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

background-color css

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

 a { background-color: rgb(92,150,118); }

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

border-color css

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

 span { border-color: rgb(92,150,118); }

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