Html Css Color HEX #72B34C Apple

📋 copy color: '#72B34C'

red 114 ◦ green 179 ◦ blue 76

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

Shades of Apple #72B34C

Tints of Apple #72B34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.51%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 30.89%
G = 48.51%
B = 20.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#72B34C (or 0x72B34C) is known color: Apple. HEX triplet: 72, B3 and 4C. RGB value is (114,179,76). Sum of RGB (Red+Green+Blue) = 114+179+76=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #72B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B34C is #8D4CB3. Grayscale: #949494. Windows color (decimal): -9260212 or 5026674. OLE color: 5026674.

HSL color Cylindrical-coordinate representation of color #72B34C: hue angle of 97.86º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72B34C is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 76 -
CMYK 0.36 0 0.58 0.30
HSL 97.86º 0.4% 0.5% -
HSV(B) 97.86º 0.58% 0.7% -
XYZ 24.36 36.34 12.57 -
YUV 147.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 114 179 76 0.36 0 0.58 0.30 97.86 0.4 0.5
Hex 72 B3 4C 24 0 3A 1E 62 28 32
Octal 162 263 114 44 0 72 36 142 50 62
Binary 1110010 10110011 1001100 100100 0 111010 11110 1100010 101000 110010

Color Harmonies of #72B34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B34C

Black with #72B34C

Text Example


Text Example

White with #72B34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,179,76); }

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

background-color css

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

 a { background-color: rgb(114,179,76); }

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

border-color css

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

 span { border-color: rgb(114,179,76); }

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