Html Css Color HEX #72A67A Oxley

📋 copy color: '#72A67A'

red 114 ◦ green 166 ◦ blue 122

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

Shades of Oxley #72A67A

Tints of Oxley #72A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 28.36%
G = 41.29%
B = 30.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#72A67A (or 0x72A67A) is known color: Oxley. HEX triplet: 72, A6 and 7A. RGB value is (114,166,122). Sum of RGB (Red+Green+Blue) = 114+166+122=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #72A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A67A is #8D5985. Grayscale: #919191. Windows color (decimal): -9263494 or 8038002. OLE color: 8038002.

HSL color Cylindrical-coordinate representation of color #72A67A: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A67A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 166 122 -
CMYK 0.31 0 0.27 0.35
HSL 129.23º 0.23% 0.55% -
HSV(B) 129.23º 0.31% 0.65% -
XYZ 24.09 32.25 23.37 -
YUV 145.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 114 166 122 0.31 0 0.27 0.35 129.23 0.23 0.55
Hex 72 A6 7A 1F 0 1B 23 81 17 37
Octal 162 246 172 37 0 33 43 201 27 67
Binary 1110010 10100110 1111010 11111 0 11011 100011 10000001 10111 110111

Color Harmonies of #72A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A67A

Black with #72A67A

Text Example


Text Example

White with #72A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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