Html Css Color HEX #07B480 Mountain Meadow

📋 copy color: '#07B480'

red 7 ◦ green 180 ◦ blue 128

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

Shades of Mountain Meadow #07B480

Tints of Mountain Meadow #07B480

RGB

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

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

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

R = 2.22%
G = 57.14%
B = 40.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#07B480 (or 0x07B480) is known color: Mountain Meadow. HEX triplet: 07, B4 and 80. RGB value is (7,180,128). Sum of RGB (Red+Green+Blue) = 7+180+128=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #07B480 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B480 is #F84B7F. Grayscale: #7A7A7A. Windows color (decimal): -16272256 or 8434695. OLE color: 8434695.

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

Color convert

RGB 7 180 128 -
CMYK 0.96 0 0.29 0.29
HSL 161.97º 0.93% 0.37% -
HSV(B) 161.97º 0.96% 0.71% -
XYZ 20.31 34.25 25.96 -
YUV 122.35 131.19 45.73 -
System Red Green Blue C M Y K H S L
Decimal 7 180 128 0.96 0 0.29 0.29 161.97 0.93 0.37
Hex 7 B4 80 60 0 1D 1D A2 5D 25
Octal 7 264 200 140 0 35 35 242 135 45
Binary 111 10110100 10000000 1100000 0 11101 11101 10100010 1011101 100101

Color Harmonies of #07B480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B480

Black with #07B480

Text Example


Text Example

White with #07B480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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