#74937D

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

Shades of Oxley #74937D

Tints of Oxley #74937D

Color information

#74937D (or 0x74937D) is unknown color: approx Oxley. HEX triplet: 74, 93 and 7D. RGB value is (116,147,125). Sum of RGB (Red+Green+Blue) = 116+147+125=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #74937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74937D is #8B6C82. Grayscale: #878787. Windows color (decimal): -9137283 or 8229748. OLE color: 8229748.

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

Color convert

RGB116147125-
CMYK0.2100.150.42
HSL137.42º12.55%51.57%-
HSV(B)137.42º21.09%57.65%-
XYZ21.3426.0623.31-
YUV135.22122.23114.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=29.90%
G=37.89%
B=32.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471250.2100.150.42137.4212.5551.57
Hex74937D150F2A89d34
Octal16422317525017522111564
Binary11101001001001111111011010101111101010100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74937D; }

 p { color: rgb(116,147,125); }

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

<style>
 a { background-color: #74937D; }

 a { background-color: rgb(116,147,125); }

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

<style>
 span { border-color: #74937D; }

 span { border-color: rgb(116,147,125); }

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