Html Css Color HEX #729A7A Oxley

📋 copy color: '#729A7A'

red 114 ◦ green 154 ◦ blue 122

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

Shades of Oxley #729A7A

Tints of Oxley #729A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 29.23%
G = 39.49%
B = 31.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#729A7A (or 0x729A7A) is known color: Oxley. HEX triplet: 72, 9A and 7A. RGB value is (114,154,122). Sum of RGB (Red+Green+Blue) = 114+154+122=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #729A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A7A is #8D6585. Grayscale: #8A8A8A. Windows color (decimal): -9266566 or 8034930. OLE color: 8034930.

HSL color Cylindrical-coordinate representation of color #729A7A: hue angle of 132º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A7A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 122 -
CMYK 0.26 0 0.21 0.40
HSL 132º 0.17% 0.53% -
HSV(B) 132º 0.26% 0.6% -
XYZ 22.01 28.09 22.68 -
YUV 138.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 114 154 122 0.26 0 0.21 0.40 132 0.17 0.53
Hex 72 9A 7A 1A 0 15 28 84 11 35
Octal 162 232 172 32 0 25 50 204 21 65
Binary 1110010 10011010 1111010 11010 0 10101 101000 10000100 10001 110101

Color Harmonies of #729A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A7A

Black with #729A7A

Text Example


Text Example

White with #729A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A7A; }

 p { color: rgb(114,154,122); }

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

background-color css

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

 a { background-color: rgb(114,154,122); }

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

border-color css

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

 span { border-color: rgb(114,154,122); }

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