Html Css Color HEX #729479 Oxley

📋 copy color: '#729479'

red 114 ◦ green 148 ◦ blue 121

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

Shades of Oxley #729479

Tints of Oxley #729479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 29.77%
G = 38.64%
B = 31.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#729479 (or 0x729479) is known color: Oxley. HEX triplet: 72, 94 and 79. RGB value is (114,148,121). Sum of RGB (Red+Green+Blue) = 114+148+121=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #729479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729479 is #8D6B86. Grayscale: #868686. Windows color (decimal): -9268103 or 7967858. OLE color: 7967858.

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

Color convert

RGB 114 148 121 -
CMYK 0.23 0 0.18 0.42
HSL 132.35º 0.14% 0.51% -
HSV(B) 132.35º 0.23% 0.58% -
XYZ 20.98 26.14 22.03 -
YUV 134.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 114 148 121 0.23 0 0.18 0.42 132.35 0.14 0.51
Hex 72 94 79 17 0 12 2A 84 E 33
Octal 162 224 171 27 0 22 52 204 16 63
Binary 1110010 10010100 1111001 10111 0 10010 101010 10000100 1110 110011

Color Harmonies of #729479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729479

Black with #729479

Text Example


Text Example

White with #729479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729479; }

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

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

background-color css

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

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

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

border-color css

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

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

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