Html Css Color HEX #72957E Oxley

📋 copy color: '#72957E'

red 114 ◦ green 149 ◦ blue 126

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

Shades of Oxley #72957E

Tints of Oxley #72957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 29.31%
G = 38.3%
B = 32.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#72957E (or 0x72957E) is known color: Oxley. HEX triplet: 72, 95 and 7E. RGB value is (114,149,126). Sum of RGB (Red+Green+Blue) = 114+149+126=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #72957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72957E is #8D6A81. Grayscale: #878787. Windows color (decimal): -9267842 or 8295794. OLE color: 8295794.

HSL color Cylindrical-coordinate representation of color #72957E: hue angle of 140.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72957E is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 126 -
CMYK 0.23 0 0.15 0.42
HSL 140.57º 0.14% 0.52% -
HSV(B) 140.57º 0.23% 0.58% -
XYZ 21.45 26.58 23.74 -
YUV 135.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 114 149 126 0.23 0 0.15 0.42 140.57 0.14 0.52
Hex 72 95 7E 17 0 F 2A 8D E 34
Octal 162 225 176 27 0 17 52 215 16 64
Binary 1110010 10010101 1111110 10111 0 1111 101010 10001101 1110 110100

Color Harmonies of #72957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72957E

Black with #72957E

Text Example


Text Example

White with #72957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72957E; }

 p { color: rgb(114,149,126); }

 H1.HeaderClassName
 {
   color: #72957E;
 }
 .AnyTagClassName
 {
   color: #72957E;
 }
</style>

background-color css

<style>
 a { background-color: #72957E; }

 a { background-color: rgb(114,149,126); }

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

border-color css

<style>
 span { border-color: #72957E; }

 span { border-color: rgb(114,149,126); }

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