Html Css Color HEX #72B64F Apple

📋 copy color: '#72B64F'

red 114 ◦ green 182 ◦ blue 79

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

Shades of Apple #72B64F

Tints of Apple #72B64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.53%

 BLUE value IS 79 (31.25% from 255) = 21.07%

R = 30.4%
G = 48.53%
B = 21.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#72B64F (or 0x72B64F) is known color: Apple. HEX triplet: 72, B6 and 4F. RGB value is (114,182,79). Sum of RGB (Red+Green+Blue) = 114+182+79=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #72B64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B64F is #8D49B0. Grayscale: #969696. Windows color (decimal): -9259441 or 5224050. OLE color: 5224050.

HSL color Cylindrical-coordinate representation of color #72B64F: hue angle of 99.61º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72B64F is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 182 79 -
CMYK 0.37 0 0.57 0.29
HSL 99.61º 0.41% 0.51% -
HSV(B) 99.61º 0.57% 0.71% -
XYZ 25.08 37.6 13.33 -
YUV 149.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 114 182 79 0.37 0 0.57 0.29 99.61 0.41 0.51
Hex 72 B6 4F 25 0 39 1D 64 29 33
Octal 162 266 117 45 0 71 35 144 51 63
Binary 1110010 10110110 1001111 100101 0 111001 11101 1100100 101001 110011

Color Harmonies of #72B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B64F

Black with #72B64F

Text Example


Text Example

White with #72B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,182,79); }

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

background-color css

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

 a { background-color: rgb(114,182,79); }

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

border-color css

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

 span { border-color: rgb(114,182,79); }

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