#74AC7E

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

Shades of Oxley #74AC7E

Tints of Oxley #74AC7E

Color information

#74AC7E (or 0x74AC7E) is unknown color: approx Oxley. HEX triplet: 74, AC and 7E. RGB value is (116,172,126). Sum of RGB (Red+Green+Blue) = 116+172+126=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC7E is #8B5381. Grayscale: #969696. Windows color (decimal): -9130882 or 8301684. OLE color: 8301684.

HSL color Cylindrical-coordinate representation of color #74AC7E: hue angle of 130.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC7E is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB116172126-
CMYK0.3300.270.33
HSL130.71º25.23%56.47%-
HSV(B)130.71º32.56%67.45%-
XYZ25.7234.7225.09-
YUV150.01114.45103.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=28.02%
G=41.55%
B=30.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721260.3300.270.33130.7125.2356.47
Hex74AC7E2101B21831938
Octal16425417641033412033170
Binary11101001010110011111101000010110111000011000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,126); }

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

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

 a { background-color: rgb(116,172,126); }

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

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

 span { border-color: rgb(116,172,126); }

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