Html Css Color HEX #72B945 Apple

📋 copy color: '#72B945'

red 114 ◦ green 185 ◦ blue 69

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

Shades of Apple #72B945

Tints of Apple #72B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 30.98%
G = 50.27%
B = 18.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#72B945 (or 0x72B945) is known color: Apple. HEX triplet: 72, B9 and 45. RGB value is (114,185,69). Sum of RGB (Red+Green+Blue) = 114+185+69=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #72B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B945 is #8D46BA. Grayscale: #969696. Windows color (decimal): -9258683 or 4569458. OLE color: 4569458.

HSL color Cylindrical-coordinate representation of color #72B945: hue angle of 96.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72B945 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 69 -
CMYK 0.38 0 0.63 0.27
HSL 96.72º 0.46% 0.5% -
HSV(B) 96.72º 0.63% 0.73% -
XYZ 25.36 38.71 11.76 -
YUV 150.55 81.98 101.93 -
System Red Green Blue C M Y K H S L
Decimal 114 185 69 0.38 0 0.63 0.27 96.72 0.46 0.5
Hex 72 B9 45 26 0 3F 1B 61 2E 32
Octal 162 271 105 46 0 77 33 141 56 62
Binary 1110010 10111001 1000101 100110 0 111111 11011 1100001 101110 110010

Color Harmonies of #72B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B945

Black with #72B945

Text Example


Text Example

White with #72B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,185,69); }

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

background-color css

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

 a { background-color: rgb(114,185,69); }

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

border-color css

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

 span { border-color: rgb(114,185,69); }

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