#74997C

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

Shades of Oxley #74997C

Tints of Oxley #74997C

Color information

#74997C (or 0x74997C) is unknown color: approx Oxley. HEX triplet: 74, 99 and 7C. RGB value is (116,153,124). Sum of RGB (Red+Green+Blue) = 116+153+124=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #74997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74997C is #8B6683. Grayscale: #8A8A8A. Windows color (decimal): -9135748 or 8165748. OLE color: 8165748.

HSL color Cylindrical-coordinate representation of color #74997C: hue angle of 132.97º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74997C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB116153124-
CMYK0.2400.190.4
HSL132.97º15.35%52.75%-
HSV(B)132.97º24.18%60%-
XYZ22.2327.9523.29-
YUV138.63119.74111.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=29.52%
G=38.93%
B=31.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531240.2400.190.4132.9715.3552.75
Hex74997C180132885f35
Octal16423117430023502051765
Binary111010010011001111110011000010011101000100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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