Html Css Color HEX #73987C Oxley

📋 copy color: '#73987C'

red 115 ◦ green 152 ◦ blue 124

#73987C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #73987C

Tints of Oxley #73987C

RGB

 RED value IS 115 (45.31% from 255) = 29.41%

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 29.41%
G = 38.87%
B = 31.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#73987C (or 0x73987C) is known color: Oxley. HEX triplet: 73, 98 and 7C. RGB value is (115,152,124). Sum of RGB (Red+Green+Blue) = 115+152+124=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #73987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73987C is #8C6783. Grayscale: #898989. Windows color (decimal): -9201540 or 8165491. OLE color: 8165491.

HSL color Cylindrical-coordinate representation of color #73987C: hue angle of 134.59º 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 #73987C is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 124 -
CMYK 0.24 0 0.18 0.40
HSL 134.59º 0.15% 0.52% -
HSV(B) 134.59º 0.24% 0.6% -
XYZ 21.94 27.56 23.23 -
YUV 137.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 115 152 124 0.24 0 0.18 0.40 134.59 0.15 0.52
Hex 73 98 7C 18 0 12 28 87 F 34
Octal 163 230 174 30 0 22 50 207 17 64
Binary 1110011 10011000 1111100 11000 0 10010 101000 10000111 1111 110100

Color Harmonies of #73987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73987C

Black with #73987C

Text Example


Text Example

White with #73987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73987C;
 }
 .AnyTagClassName
 {
   color: #73987C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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