Html Css Color HEX #72937F Oxley

📋 copy color: '#72937F'

red 114 ◦ green 147 ◦ blue 127

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

Shades of Oxley #72937F

Tints of Oxley #72937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 29.38%
G = 37.89%
B = 32.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#72937F (or 0x72937F) is known color: Oxley. HEX triplet: 72, 93 and 7F. RGB value is (114,147,127). Sum of RGB (Red+Green+Blue) = 114+147+127=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #72937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72937F is #8D6C80. Grayscale: #868686. Windows color (decimal): -9268353 or 8360818. OLE color: 8360818.

HSL color Cylindrical-coordinate representation of color #72937F: hue angle of 143.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72937F is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 127 -
CMYK 0.22 0 0.14 0.42
HSL 143.64º 0.13% 0.51% -
HSV(B) 143.64º 0.22% 0.58% -
XYZ 21.2 25.98 23.98 -
YUV 134.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 114 147 127 0.22 0 0.14 0.42 143.64 0.13 0.51
Hex 72 93 7F 16 0 E 2A 90 D 33
Octal 162 223 177 26 0 16 52 220 15 63
Binary 1110010 10010011 1111111 10110 0 1110 101010 10010000 1101 110011

Color Harmonies of #72937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72937F

Black with #72937F

Text Example


Text Example

White with #72937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72937F; }

 p { color: rgb(114,147,127); }

 H1.HeaderClassName
 {
   color: #72937F;
 }
 .AnyTagClassName
 {
   color: #72937F;
 }
</style>

background-color css

<style>
 a { background-color: #72937F; }

 a { background-color: rgb(114,147,127); }

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

border-color css

<style>
 span { border-color: #72937F; }

 span { border-color: rgb(114,147,127); }

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