Html Css Color HEX #72B240 Apple

📋 copy color: '#72B240'

red 114 ◦ green 178 ◦ blue 64

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

Shades of Apple #72B240

Tints of Apple #72B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 32.02%
G = 50%
B = 17.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#72B240 (or 0x72B240) is known color: Apple. HEX triplet: 72, B2 and 40. RGB value is (114,178,64). Sum of RGB (Red+Green+Blue) = 114+178+64=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #72B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B240 is #8D4DBF. Grayscale: #929292. Windows color (decimal): -9260480 or 4239986. OLE color: 4239986.

HSL color Cylindrical-coordinate representation of color #72B240: hue angle of 93.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72B240 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 178 64 -
CMYK 0.36 0 0.64 0.30
HSL 93.68º 0.47% 0.47% -
HSV(B) 93.68º 0.64% 0.7% -
XYZ 23.79 35.79 10.5 -
YUV 145.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 114 178 64 0.36 0 0.64 0.30 93.68 0.47 0.47
Hex 72 B2 40 24 0 40 1E 5E 2F 2F
Octal 162 262 100 44 0 100 36 136 57 57
Binary 1110010 10110010 1000000 100100 0 1000000 11110 1011110 101111 101111

Color Harmonies of #72B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B240

Black with #72B240

Text Example


Text Example

White with #72B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,64); }

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

background-color css

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

 a { background-color: rgb(114,178,64); }

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

border-color css

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

 span { border-color: rgb(114,178,64); }

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