Html Css Color HEX #70BB98 Silver Tree

📋 copy color: '#70BB98'

red 112 ◦ green 187 ◦ blue 152

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

Shades of Silver Tree #70BB98

Tints of Silver Tree #70BB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 24.83%
G = 41.46%
B = 33.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#70BB98 (or 0x70BB98) is known color: Silver Tree. HEX triplet: 70, BB and 98. RGB value is (112,187,152). Sum of RGB (Red+Green+Blue) = 112+187+152=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB98 is #8F4467. Grayscale: #A0A0A0. Windows color (decimal): -9389160 or 10009456. OLE color: 10009456.

HSL color Cylindrical-coordinate representation of color #70BB98: hue angle of 152º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB98 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 152 -
CMYK 0.40 0 0.19 0.27
HSL 152º 0.36% 0.59% -
HSV(B) 152º 0.4% 0.73% -
XYZ 30.12 41.25 36.08 -
YUV 160.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 112 187 152 0.40 0 0.19 0.27 152 0.36 0.59
Hex 70 BB 98 28 0 13 1B 98 24 3B
Octal 160 273 230 50 0 23 33 230 44 73
Binary 1110000 10111011 10011000 101000 0 10011 11011 10011000 100100 111011

Color Harmonies of #70BB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB98

Black with #70BB98

Text Example


Text Example

White with #70BB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,152); }

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

background-color css

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

 a { background-color: rgb(112,187,152); }

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

border-color css

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

 span { border-color: rgb(112,187,152); }

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