#74917A

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

Shades of Oxley #74917A

Tints of Oxley #74917A

Color information

#74917A (or 0x74917A) is unknown color: approx Oxley. HEX triplet: 74, 91 and 7A. RGB value is (116,145,122). Sum of RGB (Red+Green+Blue) = 116+145+122=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #74917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917A is #8B6E85. Grayscale: #858585. Windows color (decimal): -9137798 or 8032628. OLE color: 8032628.

HSL color Cylindrical-coordinate representation of color #74917A: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74917A is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB116145122-
CMYK0.200.160.43
HSL132.41º11.65%51.18%-
HSV(B)132.41º20%56.86%-
XYZ20.8425.3722.21-
YUV133.71121.39115.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=30.29%
G=37.86%
B=31.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451220.200.160.43132.4111.6551.18
Hex74917A140102B84c33
Octal16422117224020532041463
Binary111010010010001111101010100010000101011100001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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