Html Css Color HEX #07BC81 Mountain Meadow

📋 copy color: '#07BC81'

red 7 ◦ green 188 ◦ blue 129

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

Shades of Mountain Meadow #07BC81

Tints of Mountain Meadow #07BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.02%

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 2.16%
G = 58.02%
B = 39.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#07BC81 (or 0x07BC81) is known color: Mountain Meadow. HEX triplet: 07, BC and 81. RGB value is (7,188,129). Sum of RGB (Red+Green+Blue) = 7+188+129=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC81 is #F8437E. Grayscale: #7F7F7F. Windows color (decimal): -16270207 or 8502279. OLE color: 8502279.

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

Color convert

RGB 7 188 129 -
CMYK 0.96 0 0.31 0.26
HSL 160.44º 0.93% 0.38% -
HSV(B) 160.44º 0.96% 0.74% -
XYZ 22.03 37.6 26.86 -
YUV 127.16 129.03 42.3 -
System Red Green Blue C M Y K H S L
Decimal 7 188 129 0.96 0 0.31 0.26 160.44 0.93 0.38
Hex 7 BC 81 60 0 1F 1A A0 5D 26
Octal 7 274 201 140 0 37 32 240 135 46
Binary 111 10111100 10000001 1100000 0 11111 11010 10100000 1011101 100110

Color Harmonies of #07BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC81

Black with #07BC81

Text Example


Text Example

White with #07BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,129); }

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

background-color css

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

 a { background-color: rgb(7,188,129); }

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

border-color css

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

 span { border-color: rgb(7,188,129); }

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