#74A27C

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

Shades of Oxley #74A27C

Tints of Oxley #74A27C

Color information

#74A27C (or 0x74A27C) is unknown color: approx Oxley. HEX triplet: 74, A2 and 7C. RGB value is (116,162,124). Sum of RGB (Red+Green+Blue) = 116+162+124=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #74A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A27C is #8B5D83. Grayscale: #909090. Windows color (decimal): -9133444 or 8168052. OLE color: 8168052.

HSL color Cylindrical-coordinate representation of color #74A27C: hue angle of 130.43º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74A27C is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB116162124-
CMYK0.2800.230.36
HSL130.43º19.83%54.51%-
HSV(B)130.43º28.4%63.53%-
XYZ23.7631.0123.8-
YUV143.91116.76108.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=28.86%
G=40.30%
B=30.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161621240.2800.230.36130.4319.8354.51
Hex74A27C1C01724821437
Octal16424217434027442022467
Binary1110100101000101111100111000101111001001000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A27C; }

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

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

<style>
 a { background-color: #74A27C; }

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

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

<style>
 span { border-color: #74A27C; }

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

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