Html Css Color HEX #72B055 Apple

📋 copy color: '#72B055'

red 114 ◦ green 176 ◦ blue 85

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

Shades of Apple #72B055

Tints of Apple #72B055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 30.4%
G = 46.93%
B = 22.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#72B055 (or 0x72B055) is known color: Apple. HEX triplet: 72, B0 and 55. RGB value is (114,176,85). Sum of RGB (Red+Green+Blue) = 114+176+85=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #72B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B055 is #8D4FAA. Grayscale: #939393. Windows color (decimal): -9260971 or 5615730. OLE color: 5615730.

HSL color Cylindrical-coordinate representation of color #72B055: hue angle of 100.88º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72B055 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 176 85 -
CMYK 0.35 0 0.52 0.31
HSL 100.88º 0.37% 0.51% -
HSV(B) 100.88º 0.52% 0.69% -
XYZ 24.1 35.28 14.13 -
YUV 147.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 114 176 85 0.35 0 0.52 0.31 100.88 0.37 0.51
Hex 72 B0 55 23 0 34 1F 65 25 33
Octal 162 260 125 43 0 64 37 145 45 63
Binary 1110010 10110000 1010101 100011 0 110100 11111 1100101 100101 110011

Color Harmonies of #72B055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B055

Black with #72B055

Text Example


Text Example

White with #72B055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,176,85); }

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

background-color css

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

 a { background-color: rgb(114,176,85); }

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

border-color css

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

 span { border-color: rgb(114,176,85); }

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