Html Css Color HEX #729877 Oxley

📋 copy color: '#729877'

red 114 ◦ green 152 ◦ blue 119

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

Shades of Oxley #729877

Tints of Oxley #729877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 29.61%
G = 39.48%
B = 30.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#729877 (or 0x729877) is known color: Oxley. HEX triplet: 72, 98 and 77. RGB value is (114,152,119). Sum of RGB (Red+Green+Blue) = 114+152+119=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #729877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729877 is #8D6788. Grayscale: #888888. Windows color (decimal): -9267081 or 7837810. OLE color: 7837810.

HSL color Cylindrical-coordinate representation of color #729877: hue angle of 127.89º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729877 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 119 -
CMYK 0.25 0 0.22 0.40
HSL 127.89º 0.16% 0.52% -
HSV(B) 127.89º 0.25% 0.6% -
XYZ 21.5 27.37 21.6 -
YUV 136.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 114 152 119 0.25 0 0.22 0.40 127.89 0.16 0.52
Hex 72 98 77 19 0 16 28 80 10 34
Octal 162 230 167 31 0 26 50 200 20 64
Binary 1110010 10011000 1110111 11001 0 10110 101000 10000000 10000 110100

Color Harmonies of #729877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729877

Black with #729877

Text Example


Text Example

White with #729877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729877; }

 p { color: rgb(114,152,119); }

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

background-color css

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

 a { background-color: rgb(114,152,119); }

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

border-color css

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

 span { border-color: rgb(114,152,119); }

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