#74AC7A

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

Shades of Oxley #74AC7A

Tints of Oxley #74AC7A

Color information

#74AC7A (or 0x74AC7A) is unknown color: approx Oxley. HEX triplet: 74, AC and 7A. RGB value is (116,172,122). Sum of RGB (Red+Green+Blue) = 116+172+122=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC7A is #8B5385. Grayscale: #959595. Windows color (decimal): -9130886 or 8039540. OLE color: 8039540.

HSL color Cylindrical-coordinate representation of color #74AC7A: hue angle of 126.43º 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 #74AC7A is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB116172122-
CMYK0.3300.290.33
HSL126.43º25.23%56.47%-
HSV(B)126.43º32.56%67.45%-
XYZ25.4734.6223.75-
YUV149.56112.45104.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=28.29%
G=41.95%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721220.3300.290.33126.4325.2356.47
Hex74AC7A2101D217e1938
Octal16425417241035411763170
Binary1110100101011001111010100001011101100001111111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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