Html Css Color HEX #72957B Oxley

📋 copy color: '#72957B'

red 114 ◦ green 149 ◦ blue 123

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

Shades of Oxley #72957B

Tints of Oxley #72957B

RGB

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

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

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

R = 29.53%
G = 38.6%
B = 31.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#72957B (or 0x72957B) is known color: Oxley. HEX triplet: 72, 95 and 7B. RGB value is (114,149,123). Sum of RGB (Red+Green+Blue) = 114+149+123=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #72957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72957B is #8D6A84. Grayscale: #878787. Windows color (decimal): -9267845 or 8099186. OLE color: 8099186.

HSL color Cylindrical-coordinate representation of color #72957B: hue angle of 135.43º 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 #72957B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 123 -
CMYK 0.23 0 0.17 0.42
HSL 135.43º 0.14% 0.52% -
HSV(B) 135.43º 0.23% 0.58% -
XYZ 21.26 26.5 22.73 -
YUV 135.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 114 149 123 0.23 0 0.17 0.42 135.43 0.14 0.52
Hex 72 95 7B 17 0 11 2A 87 E 34
Octal 162 225 173 27 0 21 52 207 16 64
Binary 1110010 10010101 1111011 10111 0 10001 101010 10000111 1110 110100

Color Harmonies of #72957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72957B

Black with #72957B

Text Example


Text Example

White with #72957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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