#74957A

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

Shades of Oxley #74957A

Tints of Oxley #74957A

Color information

#74957A (or 0x74957A) is unknown color: approx Oxley. HEX triplet: 74, 95 and 7A. RGB value is (116,149,122). Sum of RGB (Red+Green+Blue) = 116+149+122=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #74957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74957A is #8B6A85. Grayscale: #888888. Windows color (decimal): -9136774 or 8033652. OLE color: 8033652.

HSL color Cylindrical-coordinate representation of color #74957A: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74957A is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB116149122-
CMYK0.2200.180.42
HSL130.91º13.47%51.96%-
HSV(B)130.91º22.15%58.43%-
XYZ21.4626.6122.42-
YUV136.06120.07113.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=29.97%
G=38.50%
B=31.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161491220.2200.180.42130.9113.4751.96
Hex74957A160122A83d34
Octal16422517226022522031564
Binary111010010010101111101010110010010101010100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74957A; }

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

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

<style>
 a { background-color: #74957A; }

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

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

<style>
 span { border-color: #74957A; }

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

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