#74987B

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

Shades of Oxley #74987B

Tints of Oxley #74987B

Color information

#74987B (or 0x74987B) is unknown color: approx Oxley. HEX triplet: 74, 98 and 7B. RGB value is (116,152,123). Sum of RGB (Red+Green+Blue) = 116+152+123=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #74987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74987B is #8B6784. Grayscale: #8A8A8A. Windows color (decimal): -9136005 or 8099956. OLE color: 8099956.

HSL color Cylindrical-coordinate representation of color #74987B: hue angle of 131.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74987B is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB116152123-
CMYK0.2400.190.40
HSL131.67º14.88%52.55%-
HSV(B)131.67º23.68%59.61%-
XYZ22.0127.622.91-
YUV137.93119.57112.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=29.67%
G=38.87%
B=31.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161521230.2400.190.40131.6714.8852.55
Hex74987B180132884f35
Octal16423017330023502041765
Binary111010010011000111101111000010011101000100001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74987B; }

 p { color: rgb(116,152,123); }

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

<style>
 a { background-color: #74987B; }

 a { background-color: rgb(116,152,123); }

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

<style>
 span { border-color: #74987B; }

 span { border-color: rgb(116,152,123); }

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