Html Css Color HEX #72B74F Apple

📋 copy color: '#72B74F'

red 114 ◦ green 183 ◦ blue 79

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

Shades of Apple #72B74F

Tints of Apple #72B74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 30.32%
G = 48.67%
B = 21.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#72B74F (or 0x72B74F) is known color: Apple. HEX triplet: 72, B7 and 4F. RGB value is (114,183,79). Sum of RGB (Red+Green+Blue) = 114+183+79=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #72B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B74F is #8D48B0. Grayscale: #969696. Windows color (decimal): -9259185 or 5224306. OLE color: 5224306.

HSL color Cylindrical-coordinate representation of color #72B74F: hue angle of 99.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72B74F is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 183 79 -
CMYK 0.38 0 0.57 0.28
HSL 99.81º 0.42% 0.51% -
HSV(B) 99.81º 0.57% 0.72% -
XYZ 25.28 38.01 13.4 -
YUV 150.51 87.64 101.96 -
System Red Green Blue C M Y K H S L
Decimal 114 183 79 0.38 0 0.57 0.28 99.81 0.42 0.51
Hex 72 B7 4F 26 0 39 1C 64 2A 33
Octal 162 267 117 46 0 71 34 144 52 63
Binary 1110010 10110111 1001111 100110 0 111001 11100 1100100 101010 110011

Color Harmonies of #72B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B74F

Black with #72B74F

Text Example


Text Example

White with #72B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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