Html Css Color HEX #729779 Oxley

📋 copy color: '#729779'

red 114 ◦ green 151 ◦ blue 121

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

Shades of Oxley #729779

Tints of Oxley #729779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 29.53%
G = 39.12%
B = 31.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#729779 (or 0x729779) is known color: Oxley. HEX triplet: 72, 97 and 79. RGB value is (114,151,121). Sum of RGB (Red+Green+Blue) = 114+151+121=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #729779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729779 is #8D6886. Grayscale: #888888. Windows color (decimal): -9267335 or 7968626. OLE color: 7968626.

HSL color Cylindrical-coordinate representation of color #729779: hue angle of 131.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729779 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 121 -
CMYK 0.25 0 0.20 0.41
HSL 131.35º 0.15% 0.52% -
HSV(B) 131.35º 0.25% 0.59% -
XYZ 21.46 27.09 22.19 -
YUV 136.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 114 151 121 0.25 0 0.20 0.41 131.35 0.15 0.52
Hex 72 97 79 19 0 14 29 83 F 34
Octal 162 227 171 31 0 24 51 203 17 64
Binary 1110010 10010111 1111001 11001 0 10100 101001 10000011 1111 110100

Color Harmonies of #729779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729779

Black with #729779

Text Example


Text Example

White with #729779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729779; }

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

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

background-color css

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

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

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

border-color css

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

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

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