Html Css Color HEX #72B444 Apple

📋 copy color: '#72B444'

red 114 ◦ green 180 ◦ blue 68

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

Shades of Apple #72B444

Tints of Apple #72B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 31.49%
G = 49.72%
B = 18.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#72B444 (or 0x72B444) is known color: Apple. HEX triplet: 72, B4 and 44. RGB value is (114,180,68). Sum of RGB (Red+Green+Blue) = 114+180+68=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #72B444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B444 is #8D4BBB. Grayscale: #939393. Windows color (decimal): -9259964 or 4502642. OLE color: 4502642.

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

Color convert

RGB 114 180 68 -
CMYK 0.37 0 0.62 0.29
HSL 95.36º 0.45% 0.49% -
HSV(B) 95.36º 0.62% 0.71% -
XYZ 24.3 36.64 11.26 -
YUV 147.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 114 180 68 0.37 0 0.62 0.29 95.36 0.45 0.49
Hex 72 B4 44 25 0 3E 1D 5F 2D 31
Octal 162 264 104 45 0 76 35 137 55 61
Binary 1110010 10110100 1000100 100101 0 111110 11101 1011111 101101 110001

Color Harmonies of #72B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B444

Black with #72B444

Text Example


Text Example

White with #72B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,68); }

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

background-color css

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

 a { background-color: rgb(114,180,68); }

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

border-color css

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

 span { border-color: rgb(114,180,68); }

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