Html Css Color HEX #72B64A Apple

📋 copy color: '#72B64A'

red 114 ◦ green 182 ◦ blue 74

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

Shades of Apple #72B64A

Tints of Apple #72B64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 30.81%
G = 49.19%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#72B64A (or 0x72B64A) is known color: Apple. HEX triplet: 72, B6 and 4A. RGB value is (114,182,74). Sum of RGB (Red+Green+Blue) = 114+182+74=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #72B64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B64A is #8D49B5. Grayscale: #959595. Windows color (decimal): -9259446 or 4896370. OLE color: 4896370.

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

Color convert

RGB 114 182 74 -
CMYK 0.37 0 0.59 0.29
HSL 97.78º 0.43% 0.5% -
HSV(B) 97.78º 0.59% 0.71% -
XYZ 24.9 37.53 12.41 -
YUV 149.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 114 182 74 0.37 0 0.59 0.29 97.78 0.43 0.5
Hex 72 B6 4A 25 0 3B 1D 62 2B 32
Octal 162 266 112 45 0 73 35 142 53 62
Binary 1110010 10110110 1001010 100101 0 111011 11101 1100010 101011 110010

Color Harmonies of #72B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B64A

Black with #72B64A

Text Example


Text Example

White with #72B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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