Html Css Color HEX #70B075 Fern

📋 copy color: '#70B075'

red 112 ◦ green 176 ◦ blue 117

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

Shades of Fern #70B075

Tints of Fern #70B075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 27.65%
G = 43.46%
B = 28.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#70B075 (or 0x70B075) is known color: Fern. HEX triplet: 70, B0 and 75. RGB value is (112,176,117). Sum of RGB (Red+Green+Blue) = 112+176+117=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #70B075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B075 is #8F4F8A. Grayscale: #969696. Windows color (decimal): -9392011 or 7712880. OLE color: 7712880.

HSL color Cylindrical-coordinate representation of color #70B075: hue angle of 124.69º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70B075 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 176 117 -
CMYK 0.36 0 0.34 0.31
HSL 124.69º 0.29% 0.56% -
HSV(B) 124.69º 0.36% 0.69% -
XYZ 25.42 35.78 22.4 -
YUV 150.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 112 176 117 0.36 0 0.34 0.31 124.69 0.29 0.56
Hex 70 B0 75 24 0 22 1F 7D 1D 38
Octal 160 260 165 44 0 42 37 175 35 70
Binary 1110000 10110000 1110101 100100 0 100010 11111 1111101 11101 111000

Color Harmonies of #70B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B075

Black with #70B075

Text Example


Text Example

White with #70B075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,117); }

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

background-color css

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

 a { background-color: rgb(112,176,117); }

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

border-color css

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

 span { border-color: rgb(112,176,117); }

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