Html Css Color HEX #72997D Oxley

📋 copy color: '#72997D'

red 114 ◦ green 153 ◦ blue 125

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

Shades of Oxley #72997D

Tints of Oxley #72997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 29.08%
G = 39.03%
B = 31.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#72997D (or 0x72997D) is known color: Oxley. HEX triplet: 72, 99 and 7D. RGB value is (114,153,125). Sum of RGB (Red+Green+Blue) = 114+153+125=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #72997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72997D is #8D6682. Grayscale: #8A8A8A. Windows color (decimal): -9266819 or 8231282. OLE color: 8231282.

HSL color Cylindrical-coordinate representation of color #72997D: hue angle of 136.92º 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 #72997D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 125 -
CMYK 0.25 0 0.18 0.4
HSL 136.92º 0.16% 0.52% -
HSV(B) 136.92º 0.25% 0.6% -
XYZ 22.03 27.84 23.61 -
YUV 138.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 114 153 125 0.25 0 0.18 0.4 136.92 0.16 0.52
Hex 72 99 7D 19 0 12 28 89 10 34
Octal 162 231 175 31 0 22 50 211 20 64
Binary 1110010 10011001 1111101 11001 0 10010 101000 10001001 10000 110100

Color Harmonies of #72997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72997D

Black with #72997D

Text Example


Text Example

White with #72997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72997D; }

 p { color: rgb(114,153,125); }

 H1.HeaderClassName
 {
   color: #72997D;
 }
 .AnyTagClassName
 {
   color: #72997D;
 }
</style>

background-color css

<style>
 a { background-color: #72997D; }

 a { background-color: rgb(114,153,125); }

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

border-color css

<style>
 span { border-color: #72997D; }

 span { border-color: rgb(114,153,125); }

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