Html Css Color HEX #72947B Oxley

📋 copy color: '#72947B'

red 114 ◦ green 148 ◦ blue 123

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

Shades of Oxley #72947B

Tints of Oxley #72947B

RGB

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

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

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

R = 29.61%
G = 38.44%
B = 31.95%

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

#72947B (or 0x72947B) is known color: Oxley. HEX triplet: 72, 94 and 7B. RGB value is (114,148,123). Sum of RGB (Red+Green+Blue) = 114+148+123=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #72947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947B is #8D6B84. Grayscale: #878787. Windows color (decimal): -9268101 or 8098930. OLE color: 8098930.

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

Color convert

RGB 114 148 123 -
CMYK 0.23 0 0.17 0.42
HSL 135.88º 0.14% 0.51% -
HSV(B) 135.88º 0.23% 0.58% -
XYZ 21.1 26.19 22.68 -
YUV 134.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 114 148 123 0.23 0 0.17 0.42 135.88 0.14 0.51
Hex 72 94 7B 17 0 11 2A 88 E 33
Octal 162 224 173 27 0 21 52 210 16 63
Binary 1110010 10010100 1111011 10111 0 10001 101010 10001000 1110 110011

Color Harmonies of #72947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72947B

Black with #72947B

Text Example


Text Example

White with #72947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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