Html Css Color HEX #72AA85 Bay Leaf

📋 copy color: '#72AA85'

red 114 ◦ green 170 ◦ blue 133

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

Shades of Bay Leaf #72AA85

Tints of Bay Leaf #72AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 27.34%
G = 40.77%
B = 31.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#72AA85 (or 0x72AA85) is known color: Bay Leaf. HEX triplet: 72, AA and 85. RGB value is (114,170,133). Sum of RGB (Red+Green+Blue) = 114+170+133=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA85 is #8D557A. Grayscale: #959595. Windows color (decimal): -9262459 or 8759922. OLE color: 8759922.

HSL color Cylindrical-coordinate representation of color #72AA85: hue angle of 140.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA85 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 133 -
CMYK 0.33 0 0.22 0.33
HSL 140.36º 0.25% 0.56% -
HSV(B) 140.36º 0.33% 0.67% -
XYZ 25.55 34.02 27.41 -
YUV 149.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 114 170 133 0.33 0 0.22 0.33 140.36 0.25 0.56
Hex 72 AA 85 21 0 16 21 8C 19 38
Octal 162 252 205 41 0 26 41 214 31 70
Binary 1110010 10101010 10000101 100001 0 10110 100001 10001100 11001 111000

Color Harmonies of #72AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA85

Black with #72AA85

Text Example


Text Example

White with #72AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,170,133); }

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

background-color css

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

 a { background-color: rgb(114,170,133); }

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

border-color css

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

 span { border-color: rgb(114,170,133); }

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