Html Css Color HEX #5C976F Oxley

📋 copy color: '#5C976F'

red 92 ◦ green 151 ◦ blue 111

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

Shades of Oxley #5C976F

Tints of Oxley #5C976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 25.99%
G = 42.66%
B = 31.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#5C976F (or 0x5C976F) is known color: Oxley. HEX triplet: 5C, 97 and 6F. RGB value is (92,151,111). Sum of RGB (Red+Green+Blue) = 92+151+111=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #5C976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C976F is #A36890. Grayscale: #808080. Windows color (decimal): -10709137 or 7313244. OLE color: 7313244.

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

Color convert

RGB 92 151 111 -
CMYK 0.39 0 0.26 0.41
HSL 139.32º 0.24% 0.48% -
HSV(B) 139.32º 0.39% 0.59% -
XYZ 18.35 25.56 19 -
YUV 128.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 92 151 111 0.39 0 0.26 0.41 139.32 0.24 0.48
Hex 5C 97 6F 27 0 1A 29 8B 18 30
Octal 134 227 157 47 0 32 51 213 30 60
Binary 1011100 10010111 1101111 100111 0 11010 101001 10001011 11000 110000

Color Harmonies of #5C976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C976F

Black with #5C976F

Text Example


Text Example

White with #5C976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,151,111); }

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

background-color css

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

 a { background-color: rgb(92,151,111); }

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

border-color css

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

 span { border-color: rgb(92,151,111); }

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