Html Css Color HEX #72987C Oxley

📋 copy color: '#72987C'

red 114 ◦ green 152 ◦ blue 124

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

Shades of Oxley #72987C

Tints of Oxley #72987C

RGB

 RED value IS 114 (44.92% from 255) = 29.23%

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

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

R = 29.23%
G = 38.97%
B = 31.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#72987C (or 0x72987C) is known color: Oxley. HEX triplet: 72, 98 and 7C. RGB value is (114,152,124). Sum of RGB (Red+Green+Blue) = 114+152+124=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #72987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72987C is #8D6783. Grayscale: #898989. Windows color (decimal): -9267076 or 8165490. OLE color: 8165490.

HSL color Cylindrical-coordinate representation of color #72987C: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72987C is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 124 -
CMYK 0.25 0 0.18 0.40
HSL 135.79º 0.16% 0.52% -
HSV(B) 135.79º 0.25% 0.6% -
XYZ 21.81 27.49 23.23 -
YUV 137.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 114 152 124 0.25 0 0.18 0.40 135.79 0.16 0.52
Hex 72 98 7C 19 0 12 28 88 10 34
Octal 162 230 174 31 0 22 50 210 20 64
Binary 1110010 10011000 1111100 11001 0 10010 101000 10001000 10000 110100

Color Harmonies of #72987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72987C

Black with #72987C

Text Example


Text Example

White with #72987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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