Html Css Color HEX #07BA85 Mountain Meadow

📋 copy color: '#07BA85'

red 7 ◦ green 186 ◦ blue 133

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

Shades of Mountain Meadow #07BA85

Tints of Mountain Meadow #07BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.06%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 2.15%
G = 57.06%
B = 40.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#07BA85 (or 0x07BA85) is known color: Mountain Meadow. HEX triplet: 07, BA and 85. RGB value is (7,186,133). Sum of RGB (Red+Green+Blue) = 7+186+133=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA85 is #F8457A. Grayscale: #7E7E7E. Windows color (decimal): -16270715 or 8763911. OLE color: 8763911.

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

Color convert

RGB 7 186 133 -
CMYK 0.96 0 0.28 0.27
HSL 162.23º 0.93% 0.38% -
HSV(B) 162.23º 0.96% 0.73% -
XYZ 21.88 36.86 28.15 -
YUV 126.44 131.7 42.81 -
System Red Green Blue C M Y K H S L
Decimal 7 186 133 0.96 0 0.28 0.27 162.23 0.93 0.38
Hex 7 BA 85 60 0 1C 1B A2 5D 26
Octal 7 272 205 140 0 34 33 242 135 46
Binary 111 10111010 10000101 1100000 0 11100 11011 10100010 1011101 100110

Color Harmonies of #07BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA85

Black with #07BA85

Text Example


Text Example

White with #07BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,133); }

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

background-color css

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

 a { background-color: rgb(7,186,133); }

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

border-color css

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

 span { border-color: rgb(7,186,133); }

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