#74977C

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

Shades of Oxley #74977C

Tints of Oxley #74977C

Color information

#74977C (or 0x74977C) is unknown color: approx Oxley. HEX triplet: 74, 97 and 7C. RGB value is (116,151,124). Sum of RGB (Red+Green+Blue) = 116+151+124=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #74977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977C is #8B6883. Grayscale: #898989. Windows color (decimal): -9136260 or 8165236. OLE color: 8165236.

HSL color Cylindrical-coordinate representation of color #74977C: hue angle of 133.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74977C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB116151124-
CMYK0.2300.180.41
HSL133.71º14.4%52.35%-
HSV(B)133.71º23.18%59.22%-
XYZ21.9127.323.18-
YUV137.46120.4112.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=29.67%
G=38.62%
B=31.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511240.2300.180.41133.7114.452.35
Hex74977C170122986e34
Octal16422717427022512061664
Binary111010010010111111110010111010010101001100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74977C; }

 p { color: rgb(116,151,124); }

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

<style>
 a { background-color: #74977C; }

 a { background-color: rgb(116,151,124); }

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

<style>
 span { border-color: #74977C; }

 span { border-color: rgb(116,151,124); }

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