Html Css Color HEX #07B488 Mountain Meadow

📋 copy color: '#07B488'

red 7 ◦ green 180 ◦ blue 136

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

Shades of Mountain Meadow #07B488

Tints of Mountain Meadow #07B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.73%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 2.17%
G = 55.73%
B = 42.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#07B488 (or 0x07B488) is known color: Mountain Meadow. HEX triplet: 07, B4 and 88. RGB value is (7,180,136). Sum of RGB (Red+Green+Blue) = 7+180+136=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #07B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B488 is #F84B77. Grayscale: #7B7B7B. Windows color (decimal): -16272248 or 8958983. OLE color: 8958983.

HSL color Cylindrical-coordinate representation of color #07B488: hue angle of 164.74º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B488 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 180 136 -
CMYK 0.96 0 0.24 0.29
HSL 164.74º 0.93% 0.37% -
HSV(B) 164.74º 0.96% 0.71% -
XYZ 20.85 34.47 28.85 -
YUV 123.26 135.19 45.08 -
System Red Green Blue C M Y K H S L
Decimal 7 180 136 0.96 0 0.24 0.29 164.74 0.93 0.37
Hex 7 B4 88 60 0 18 1D A5 5D 25
Octal 7 264 210 140 0 30 35 245 135 45
Binary 111 10110100 10001000 1100000 0 11000 11101 10100101 1011101 100101

Color Harmonies of #07B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B488

Black with #07B488

Text Example


Text Example

White with #07B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,180,136); }

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

background-color css

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

 a { background-color: rgb(7,180,136); }

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

border-color css

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

 span { border-color: rgb(7,180,136); }

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