Html Css Color HEX #07BC7E Mountain Meadow

📋 copy color: '#07BC7E'

red 7 ◦ green 188 ◦ blue 126

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

Shades of Mountain Meadow #07BC7E

Tints of Mountain Meadow #07BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 2.18%
G = 58.57%
B = 39.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#07BC7E (or 0x07BC7E) is known color: Mountain Meadow. HEX triplet: 07, BC and 7E. RGB value is (7,188,126). Sum of RGB (Red+Green+Blue) = 7+188+126=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC7E is #F84381. Grayscale: #7E7E7E. Windows color (decimal): -16270210 or 8305671. OLE color: 8305671.

HSL color Cylindrical-coordinate representation of color #07BC7E: hue angle of 159.45º 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 #07BC7E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 188 126 -
CMYK 0.96 0 0.33 0.26
HSL 159.45º 0.93% 0.38% -
HSV(B) 159.45º 0.96% 0.74% -
XYZ 21.84 37.52 25.83 -
YUV 126.81 127.53 42.54 -
System Red Green Blue C M Y K H S L
Decimal 7 188 126 0.96 0 0.33 0.26 159.45 0.93 0.38
Hex 7 BC 7E 60 0 21 1A 9F 5D 26
Octal 7 274 176 140 0 41 32 237 135 46
Binary 111 10111100 1111110 1100000 0 100001 11010 10011111 1011101 100110

Color Harmonies of #07BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC7E

Black with #07BC7E

Text Example


Text Example

White with #07BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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