Html Css Color HEX #72A97A Oxley

📋 copy color: '#72A97A'

red 114 ◦ green 169 ◦ blue 122

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

Shades of Oxley #72A97A

Tints of Oxley #72A97A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

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

R = 28.15%
G = 41.73%
B = 30.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#72A97A (or 0x72A97A) is known color: Oxley. HEX triplet: 72, A9 and 7A. RGB value is (114,169,122). Sum of RGB (Red+Green+Blue) = 114+169+122=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #72A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A97A is #8D5685. Grayscale: #939393. Windows color (decimal): -9262726 or 8038770. OLE color: 8038770.

HSL color Cylindrical-coordinate representation of color #72A97A: hue angle of 128.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A97A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 169 122 -
CMYK 0.33 0 0.28 0.34
HSL 128.73º 0.24% 0.55% -
HSV(B) 128.73º 0.33% 0.66% -
XYZ 24.64 33.36 23.55 -
YUV 147.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 114 169 122 0.33 0 0.28 0.34 128.73 0.24 0.55
Hex 72 A9 7A 21 0 1C 22 81 18 37
Octal 162 251 172 41 0 34 42 201 30 67
Binary 1110010 10101001 1111010 100001 0 11100 100010 10000001 11000 110111

Color Harmonies of #72A97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A97A

Black with #72A97A

Text Example


Text Example

White with #72A97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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