Html Css Color HEX #729977 Oxley

📋 copy color: '#729977'

red 114 ◦ green 153 ◦ blue 119

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

Shades of Oxley #729977

Tints of Oxley #729977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 29.53%
G = 39.64%
B = 30.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#729977 (or 0x729977) is known color: Oxley. HEX triplet: 72, 99 and 77. RGB value is (114,153,119). Sum of RGB (Red+Green+Blue) = 114+153+119=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #729977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729977 is #8D6688. Grayscale: #898989. Windows color (decimal): -9266825 or 7838066. OLE color: 7838066.

HSL color Cylindrical-coordinate representation of color #729977: hue angle of 127.69º 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 #729977 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 119 -
CMYK 0.25 0 0.22 0.4
HSL 127.69º 0.16% 0.52% -
HSV(B) 127.69º 0.25% 0.6% -
XYZ 21.66 27.69 21.66 -
YUV 137.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 114 153 119 0.25 0 0.22 0.4 127.69 0.16 0.52
Hex 72 99 77 19 0 16 28 80 10 34
Octal 162 231 167 31 0 26 50 200 20 64
Binary 1110010 10011001 1110111 11001 0 10110 101000 10000000 10000 110100

Color Harmonies of #729977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729977

Black with #729977

Text Example


Text Example

White with #729977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729977; }

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

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

background-color css

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

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

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

border-color css

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

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

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