Html Css Color HEX #70B044 Apple

📋 copy color: '#70B044'

red 112 ◦ green 176 ◦ blue 68

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

Shades of Apple #70B044

Tints of Apple #70B044

RGB

 RED value IS 112 (44.14% from 255) = 31.46%

 GREEN value IS 176 (69.14% from 255) = 49.44%

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

R = 31.46%
G = 49.44%
B = 19.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#70B044 (or 0x70B044) is known color: Apple. HEX triplet: 70, B0 and 44. RGB value is (112,176,68). Sum of RGB (Red+Green+Blue) = 112+176+68=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #70B044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B044 is #8F4FBB. Grayscale: #909090. Windows color (decimal): -9392060 or 4501616. OLE color: 4501616.

HSL color Cylindrical-coordinate representation of color #70B044: hue angle of 95.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70B044 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 176 68 -
CMYK 0.36 0 0.61 0.31
HSL 95.56º 0.44% 0.48% -
HSV(B) 95.56º 0.61% 0.69% -
XYZ 23.25 34.91 10.98 -
YUV 144.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 112 176 68 0.36 0 0.61 0.31 95.56 0.44 0.48
Hex 70 B0 44 24 0 3D 1F 60 2C 30
Octal 160 260 104 44 0 75 37 140 54 60
Binary 1110000 10110000 1000100 100100 0 111101 11111 1100000 101100 110000

Color Harmonies of #70B044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B044

Black with #70B044

Text Example


Text Example

White with #70B044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70B044; }

 p { color: rgb(112,176,68); }

 H1.HeaderClassName
 {
   color: #70B044;
 }
 .AnyTagClassName
 {
   color: #70B044;
 }
</style>

background-color css

<style>
 a { background-color: #70B044; }

 a { background-color: rgb(112,176,68); }

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

border-color css

<style>
 span { border-color: #70B044; }

 span { border-color: rgb(112,176,68); }

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