Html Css Color HEX #07BB80 Mountain Meadow

📋 copy color: '#07BB80'

red 7 ◦ green 187 ◦ blue 128

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

Shades of Mountain Meadow #07BB80

Tints of Mountain Meadow #07BB80

RGB

 RED value IS 7 (3.13% from 255) = 2.17%

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

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

R = 2.17%
G = 58.07%
B = 39.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#07BB80 (or 0x07BB80) is known color: Mountain Meadow. HEX triplet: 07, BB and 80. RGB value is (7,187,128). Sum of RGB (Red+Green+Blue) = 7+187+128=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BB80 is #F8447F. Grayscale: #7E7E7E. Windows color (decimal): -16270464 or 8436487. OLE color: 8436487.

HSL color Cylindrical-coordinate representation of color #07BB80: hue angle of 160.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB80 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 187 128 -
CMYK 0.96 0 0.32 0.27
HSL 160.33º 0.93% 0.38% -
HSV(B) 160.33º 0.96% 0.73% -
XYZ 21.75 37.14 26.45 -
YUV 126.45 128.87 42.8 -
System Red Green Blue C M Y K H S L
Decimal 7 187 128 0.96 0 0.32 0.27 160.33 0.93 0.38
Hex 7 BB 80 60 0 20 1B A0 5D 26
Octal 7 273 200 140 0 40 33 240 135 46
Binary 111 10111011 10000000 1100000 0 100000 11011 10100000 1011101 100110

Color Harmonies of #07BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB80

Black with #07BB80

Text Example


Text Example

White with #07BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BB80; }

 p { color: rgb(7,187,128); }

 H1.HeaderClassName
 {
   color: #07BB80;
 }
 .AnyTagClassName
 {
   color: #07BB80;
 }
</style>

background-color css

<style>
 a { background-color: #07BB80; }

 a { background-color: rgb(7,187,128); }

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

border-color css

<style>
 span { border-color: #07BB80; }

 span { border-color: rgb(7,187,128); }

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