#07B68A

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

Shades of Mountain Meadow #07B68A

Tints of Mountain Meadow #07B68A

Color information

#07B68A (or 0x07B68A) is unknown color: approx Mountain Meadow. HEX triplet: 07, B6 and 8A. RGB value is (7,182,138). Sum of RGB (Red+Green+Blue) = 7+182+138=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #07B68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B68A is #F84975. Grayscale: #7C7C7C. Windows color (decimal): -16271734 or 9090567. OLE color: 9090567.

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

Color convert

RGB7182138-
CMYK0.9600.240.29
HSL164.91º92.59%37.06%-
HSV(B)164.91º96.15%71.37%-
XYZ21.435.3429.74-
YUV124.66135.5244.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=2.14%
G=55.66%
B=42.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71821380.9600.240.29164.9192.5937.06
Hex7B68A600181Da55d25
Octal72662121400303524513545
Binary1111011011010001010110000001100011101101001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,182,138); }

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

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

 a { background-color: rgb(7,182,138); }

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

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

 span { border-color: rgb(7,182,138); }

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