Html Css Color HEX #72947F Oxley

📋 copy color: '#72947F'

red 114 ◦ green 148 ◦ blue 127

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

Shades of Oxley #72947F

Tints of Oxley #72947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 29.31%
G = 38.05%
B = 32.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#72947F (or 0x72947F) is known color: Oxley. HEX triplet: 72, 94 and 7F. RGB value is (114,148,127). Sum of RGB (Red+Green+Blue) = 114+148+127=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #72947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947F is #8D6B80. Grayscale: #878787. Windows color (decimal): -9268097 or 8361074. OLE color: 8361074.

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

Color convert

RGB 114 148 127 -
CMYK 0.23 0 0.14 0.42
HSL 142.94º 0.14% 0.51% -
HSV(B) 142.94º 0.23% 0.58% -
XYZ 21.36 26.29 24.03 -
YUV 135.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 114 148 127 0.23 0 0.14 0.42 142.94 0.14 0.51
Hex 72 94 7F 17 0 E 2A 8F E 33
Octal 162 224 177 27 0 16 52 217 16 63
Binary 1110010 10010100 1111111 10111 0 1110 101010 10001111 1110 110011

Color Harmonies of #72947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72947F

Black with #72947F

Text Example


Text Example

White with #72947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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