Html Css Color HEX #729978 Oxley

📋 copy color: '#729978'

red 114 ◦ green 153 ◦ blue 120

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

Shades of Oxley #729978

Tints of Oxley #729978

RGB

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

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

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

R = 29.46%
G = 39.53%
B = 31.01%

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

#729978 (or 0x729978) is known color: Oxley. HEX triplet: 72, 99 and 78. RGB value is (114,153,120). Sum of RGB (Red+Green+Blue) = 114+153+120=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #729978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729978 is #8D6687. Grayscale: #898989. Windows color (decimal): -9266824 or 7903602. OLE color: 7903602.

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

Color convert

RGB 114 153 120 -
CMYK 0.25 0 0.22 0.4
HSL 129.23º 0.16% 0.52% -
HSV(B) 129.23º 0.25% 0.6% -
XYZ 21.72 27.72 21.97 -
YUV 137.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 114 153 120 0.25 0 0.22 0.4 129.23 0.16 0.52
Hex 72 99 78 19 0 16 28 81 10 34
Octal 162 231 170 31 0 26 50 201 20 64
Binary 1110010 10011001 1111000 11001 0 10110 101000 10000001 10000 110100

Color Harmonies of #729978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729978

Black with #729978

Text Example


Text Example

White with #729978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729978; }

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

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

background-color css

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

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

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

border-color css

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

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

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