Html Css Color HEX #70C180 Bay Leaf

📋 copy color: '#70C180'

red 112 ◦ green 193 ◦ blue 128

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

Shades of Bay Leaf #70C180

Tints of Bay Leaf #70C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 25.87%
G = 44.57%
B = 29.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#70C180 (or 0x70C180) is known color: Bay Leaf. HEX triplet: 70, C1 and 80. RGB value is (112,193,128). Sum of RGB (Red+Green+Blue) = 112+193+128=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #70C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C180 is #8F3E7F. Grayscale: #A1A1A1. Windows color (decimal): -9387648 or 8438128. OLE color: 8438128.

HSL color Cylindrical-coordinate representation of color #70C180: hue angle of 131.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C180 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 128 -
CMYK 0.42 0 0.34 0.24
HSL 131.85º 0.4% 0.6% -
HSV(B) 131.85º 0.42% 0.76% -
XYZ 29.65 43.14 27.19 -
YUV 161.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 112 193 128 0.42 0 0.34 0.24 131.85 0.4 0.6
Hex 70 C1 80 2A 0 22 18 84 28 3C
Octal 160 301 200 52 0 42 30 204 50 74
Binary 1110000 11000001 10000000 101010 0 100010 11000 10000100 101000 111100

Color Harmonies of #70C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C180

Black with #70C180

Text Example


Text Example

White with #70C180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,193,128); }

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

background-color css

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

 a { background-color: rgb(112,193,128); }

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

border-color css

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

 span { border-color: rgb(112,193,128); }

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