Html Css Color HEX #729478 Oxley

📋 copy color: '#729478'

red 114 ◦ green 148 ◦ blue 120

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

Shades of Oxley #729478

Tints of Oxley #729478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 29.84%
G = 38.74%
B = 31.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#729478 (or 0x729478) is known color: Oxley. HEX triplet: 72, 94 and 78. RGB value is (114,148,120). Sum of RGB (Red+Green+Blue) = 114+148+120=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #729478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729478 is #8D6B87. Grayscale: #868686. Windows color (decimal): -9268104 or 7902322. OLE color: 7902322.

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

Color convert

RGB 114 148 120 -
CMYK 0.23 0 0.19 0.42
HSL 130.59º 0.14% 0.51% -
HSV(B) 130.59º 0.23% 0.58% -
XYZ 20.92 26.11 21.71 -
YUV 134.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 114 148 120 0.23 0 0.19 0.42 130.59 0.14 0.51
Hex 72 94 78 17 0 13 2A 83 E 33
Octal 162 224 170 27 0 23 52 203 16 63
Binary 1110010 10010100 1111000 10111 0 10011 101010 10000011 1110 110011

Color Harmonies of #729478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729478

Black with #729478

Text Example


Text Example

White with #729478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729478; }

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

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

background-color css

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

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

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

border-color css

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

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

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