Html Css Color HEX #72987B Oxley

📋 copy color: '#72987B'

red 114 ◦ green 152 ◦ blue 123

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

Shades of Oxley #72987B

Tints of Oxley #72987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 29.31%
G = 39.07%
B = 31.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#72987B (or 0x72987B) is known color: Oxley. HEX triplet: 72, 98 and 7B. RGB value is (114,152,123). Sum of RGB (Red+Green+Blue) = 114+152+123=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #72987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72987B is #8D6784. Grayscale: #898989. Windows color (decimal): -9267077 or 8099954. OLE color: 8099954.

HSL color Cylindrical-coordinate representation of color #72987B: hue angle of 134.21º 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 #72987B is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 123 -
CMYK 0.25 0 0.19 0.40
HSL 134.21º 0.16% 0.52% -
HSV(B) 134.21º 0.25% 0.6% -
XYZ 21.74 27.46 22.89 -
YUV 137.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 114 152 123 0.25 0 0.19 0.40 134.21 0.16 0.52
Hex 72 98 7B 19 0 13 28 86 10 34
Octal 162 230 173 31 0 23 50 206 20 64
Binary 1110010 10011000 1111011 11001 0 10011 101000 10000110 10000 110100

Color Harmonies of #72987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72987B

Black with #72987B

Text Example


Text Example

White with #72987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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