Html Css Color HEX #70B94B Apple

📋 copy color: '#70B94B'

red 112 ◦ green 185 ◦ blue 75

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

Shades of Apple #70B94B

Tints of Apple #70B94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 30.11%
G = 49.73%
B = 20.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#70B94B (or 0x70B94B) is known color: Apple. HEX triplet: 70, B9 and 4B. RGB value is (112,185,75). Sum of RGB (Red+Green+Blue) = 112+185+75=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #70B94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B94B is #8F46B4. Grayscale: #979797. Windows color (decimal): -9389749 or 4962672. OLE color: 4962672.

HSL color Cylindrical-coordinate representation of color #70B94B: hue angle of 99.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70B94B is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 185 75 -
CMYK 0.39 0 0.59 0.27
HSL 99.82º 0.44% 0.51% -
HSV(B) 99.82º 0.59% 0.73% -
XYZ 25.3 38.65 12.78 -
YUV 150.63 85.32 100.44 -
System Red Green Blue C M Y K H S L
Decimal 112 185 75 0.39 0 0.59 0.27 99.82 0.44 0.51
Hex 70 B9 4B 27 0 3B 1B 64 2C 33
Octal 160 271 113 47 0 73 33 144 54 63
Binary 1110000 10111001 1001011 100111 0 111011 11011 1100100 101100 110011

Color Harmonies of #70B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B94B

Black with #70B94B

Text Example


Text Example

White with #70B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,185,75); }

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

background-color css

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

 a { background-color: rgb(112,185,75); }

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

border-color css

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

 span { border-color: rgb(112,185,75); }

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