#74977F

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

Shades of Oxley #74977F

Tints of Oxley #74977F

Color information

#74977F (or 0x74977F) is unknown color: approx Oxley. HEX triplet: 74, 97 and 7F. RGB value is (116,151,127). Sum of RGB (Red+Green+Blue) = 116+151+127=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #74977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977F is #8B6880. Grayscale: #898989. Windows color (decimal): -9136257 or 8361844. OLE color: 8361844.

HSL color Cylindrical-coordinate representation of color #74977F: hue angle of 138.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74977F is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB116151127-
CMYK0.2300.160.41
HSL138.86º14.4%52.35%-
HSV(B)138.86º23.18%59.22%-
XYZ22.127.3824.2-
YUV137.8121.9112.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 127 (50% from 255) = 32.23%
R=29.44%
G=38.32%
B=32.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511270.2300.160.41138.8614.452.35
Hex74977F17010298be34
Octal16422717727020512131664
Binary111010010010111111111110111010000101001100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74977F; }

 p { color: rgb(116,151,127); }

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

<style>
 a { background-color: #74977F; }

 a { background-color: rgb(116,151,127); }

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

<style>
 span { border-color: #74977F; }

 span { border-color: rgb(116,151,127); }

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