Html Css Color HEX #70AF80 Bay Leaf

📋 copy color: '#70AF80'

red 112 ◦ green 175 ◦ blue 128

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

Shades of Bay Leaf #70AF80

Tints of Bay Leaf #70AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 26.99%
G = 42.17%
B = 30.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#70AF80 (or 0x70AF80) is known color: Bay Leaf. HEX triplet: 70, AF and 80. RGB value is (112,175,128). Sum of RGB (Red+Green+Blue) = 112+175+128=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF80 is #8F507F. Grayscale: #969696. Windows color (decimal): -9392256 or 8433520. OLE color: 8433520.

HSL color Cylindrical-coordinate representation of color #70AF80: hue angle of 135.24º degrees, saturation: 0.28, 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 #70AF80 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 128 -
CMYK 0.36 0 0.27 0.31
HSL 135.24º 0.28% 0.56% -
HSV(B) 135.24º 0.36% 0.69% -
XYZ 25.91 35.66 25.94 -
YUV 150.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 112 175 128 0.36 0 0.27 0.31 135.24 0.28 0.56
Hex 70 AF 80 24 0 1B 1F 87 1C 38
Octal 160 257 200 44 0 33 37 207 34 70
Binary 1110000 10101111 10000000 100100 0 11011 11111 10000111 11100 111000

Color Harmonies of #70AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF80

Black with #70AF80

Text Example


Text Example

White with #70AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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