#07B280

Color #07B280 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #07B280

Tints of Mountain Meadow #07B280

Color information

#07B280 (or 0x07B280) is unknown color: approx Mountain Meadow. HEX triplet: 07, B2 and 80. RGB value is (7,178,128). Sum of RGB (Red+Green+Blue) = 7+178+128=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #07B280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B280 is #F84D7F. Grayscale: #797979. Windows color (decimal): -16272768 or 8434183. OLE color: 8434183.

HSL color Cylindrical-coordinate representation of color #07B280: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B280 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB7178128-
CMYK0.9600.280.30
HSL162.46º92.43%36.27%-
HSV(B)162.46º96.07%69.8%-
XYZ19.933.4425.83-
YUV121.17131.8546.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=2.24%
G=56.87%
B=40.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781280.9600.280.30162.4692.4336.27
Hex7B2806001C1Ea25c24
Octal72622001400343624213444
Binary1111011001010000000110000001110011110101000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07B280;
 }
 .AnyTagClassName
 {
   color: #07B280;
 }
</style>
background-color css

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

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

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

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

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

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