#73987B

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

Shades of Oxley #73987B

Tints of Oxley #73987B

Color information

#73987B (or 0x73987B) is unknown color: approx Oxley. HEX triplet: 73, 98 and 7B. RGB value is (115,152,123). Sum of RGB (Red+Green+Blue) = 115+152+123=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #73987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73987B is #8C6784. Grayscale: #898989. Windows color (decimal): -9201541 or 8099955. OLE color: 8099955.

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

Color convert

RGB115152123-
CMYK0.2400.190.40
HSL132.97º15.23%52.35%-
HSV(B)132.97º24.34%59.61%-
XYZ21.8727.5322.9-
YUV137.63119.74111.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=29.49%
G=38.97%
B=31.54%

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
Decimal1151521230.2400.190.40132.9715.2352.35
Hex73987B180132885f34
Octal16323017330023502051764
Binary111001110011000111101111000010011101000100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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