Html Css Color HEX #70B339 Apple

📋 copy color: '#70B339'

red 112 ◦ green 179 ◦ blue 57

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

Shades of Apple #70B339

Tints of Apple #70B339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.38%

R = 32.18%
G = 51.44%
B = 16.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#70B339 (or 0x70B339) is known color: Apple. HEX triplet: 70, B3 and 39. RGB value is (112,179,57). Sum of RGB (Red+Green+Blue) = 112+179+57=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #70B339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B339 is #8F4CC6. Grayscale: #919191. Windows color (decimal): -9391303 or 3781488. OLE color: 3781488.

HSL color Cylindrical-coordinate representation of color #70B339: hue angle of 92.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70B339 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 57 -
CMYK 0.37 0 0.68 0.30
HSL 92.95º 0.52% 0.46% -
HSV(B) 92.95º 0.68% 0.7% -
XYZ 23.54 35.98 9.58 -
YUV 145.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 112 179 57 0.37 0 0.68 0.30 92.95 0.52 0.46
Hex 70 B3 39 25 0 44 1E 5D 34 2E
Octal 160 263 71 45 0 104 36 135 64 56
Binary 1110000 10110011 111001 100101 0 1000100 11110 1011101 110100 101110

Color Harmonies of #70B339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B339

Black with #70B339

Text Example


Text Example

White with #70B339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,57); }

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

background-color css

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

 a { background-color: rgb(112,179,57); }

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

border-color css

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

 span { border-color: rgb(112,179,57); }

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