Html Css Color HEX #70BB69 Fern

📋 copy color: '#70BB69'

red 112 ◦ green 187 ◦ blue 105

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

Shades of Fern #70BB69

Tints of Fern #70BB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.99%

R = 27.72%
G = 46.29%
B = 25.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#70BB69 (or 0x70BB69) is known color: Fern. HEX triplet: 70, BB and 69. RGB value is (112,187,105). Sum of RGB (Red+Green+Blue) = 112+187+105=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB69 is #8F4496. Grayscale: #9B9B9B. Windows color (decimal): -9389207 or 6929264. OLE color: 6929264.

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

Color convert

RGB 112 187 105 -
CMYK 0.40 0 0.44 0.27
HSL 114.88º 0.38% 0.57% -
HSV(B) 114.88º 0.44% 0.73% -
XYZ 27 40.01 19.66 -
YUV 155.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 112 187 105 0.40 0 0.44 0.27 114.88 0.38 0.57
Hex 70 BB 69 28 0 2C 1B 73 26 39
Octal 160 273 151 50 0 54 33 163 46 71
Binary 1110000 10111011 1101001 101000 0 101100 11011 1110011 100110 111001

Color Harmonies of #70BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB69

Black with #70BB69

Text Example


Text Example

White with #70BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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