Html Css Color HEX #70B751 Apple

📋 copy color: '#70B751'

red 112 ◦ green 183 ◦ blue 81

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

Shades of Apple #70B751

Tints of Apple #70B751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 29.79%
G = 48.67%
B = 21.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#70B751 (or 0x70B751) is known color: Apple. HEX triplet: 70, B7 and 51. RGB value is (112,183,81). Sum of RGB (Red+Green+Blue) = 112+183+81=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #70B751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B751 is #8F48AE. Grayscale: #969696. Windows color (decimal): -9390255 or 5355376. OLE color: 5355376.

HSL color Cylindrical-coordinate representation of color #70B751: hue angle of 101.76º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B751 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 81 -
CMYK 0.39 0 0.56 0.28
HSL 101.76º 0.41% 0.52% -
HSV(B) 101.76º 0.56% 0.72% -
XYZ 25.1 37.91 13.78 -
YUV 150.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 112 183 81 0.39 0 0.56 0.28 101.76 0.41 0.52
Hex 70 B7 51 27 0 38 1C 66 29 34
Octal 160 267 121 47 0 70 34 146 51 64
Binary 1110000 10110111 1010001 100111 0 111000 11100 1100110 101001 110100

Color Harmonies of #70B751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B751

Black with #70B751

Text Example


Text Example

White with #70B751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,81); }

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

background-color css

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

 a { background-color: rgb(112,183,81); }

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

border-color css

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

 span { border-color: rgb(112,183,81); }

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