Html Css Color HEX #70B23D Apple

📋 copy color: '#70B23D'

red 112 ◦ green 178 ◦ blue 61

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

Shades of Apple #70B23D

Tints of Apple #70B23D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.71%

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 31.91%
G = 50.71%
B = 17.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#70B23D (or 0x70B23D) is known color: Apple. HEX triplet: 70, B2 and 3D. RGB value is (112,178,61). Sum of RGB (Red+Green+Blue) = 112+178+61=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #70B23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B23D is #8F4DC2. Grayscale: #919191. Windows color (decimal): -9391555 or 4043376. OLE color: 4043376.

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

Color convert

RGB 112 178 61 -
CMYK 0.37 0 0.66 0.30
HSL 93.85º 0.49% 0.47% -
HSV(B) 93.85º 0.66% 0.7% -
XYZ 23.44 35.62 10.06 -
YUV 144.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 112 178 61 0.37 0 0.66 0.30 93.85 0.49 0.47
Hex 70 B2 3D 25 0 42 1E 5E 31 2F
Octal 160 262 75 45 0 102 36 136 61 57
Binary 1110000 10110010 111101 100101 0 1000010 11110 1011110 110001 101111

Color Harmonies of #70B23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B23D

Black with #70B23D

Text Example


Text Example

White with #70B23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,61); }

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

background-color css

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

 a { background-color: rgb(112,178,61); }

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

border-color css

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

 span { border-color: rgb(112,178,61); }

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