Html Css Color HEX #07B485 Mountain Meadow

📋 copy color: '#07B485'

red 7 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #07B485

Tints of Mountain Meadow #07B485

RGB

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

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

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

R = 2.19%
G = 56.25%
B = 41.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#07B485 (or 0x07B485) is known color: Mountain Meadow. HEX triplet: 07, B4 and 85. RGB value is (7,180,133). Sum of RGB (Red+Green+Blue) = 7+180+133=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #07B485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B485 is #F84B7A. Grayscale: #7A7A7A. Windows color (decimal): -16272251 or 8762375. OLE color: 8762375.

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

Color convert

RGB 7 180 133 -
CMYK 0.96 0 0.26 0.29
HSL 163.7º 0.93% 0.37% -
HSV(B) 163.7º 0.96% 0.71% -
XYZ 20.64 34.38 27.74 -
YUV 122.92 133.69 45.32 -
System Red Green Blue C M Y K H S L
Decimal 7 180 133 0.96 0 0.26 0.29 163.7 0.93 0.37
Hex 7 B4 85 60 0 1A 1D A4 5D 25
Octal 7 264 205 140 0 32 35 244 135 45
Binary 111 10110100 10000101 1100000 0 11010 11101 10100100 1011101 100101

Color Harmonies of #07B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B485

Black with #07B485

Text Example


Text Example

White with #07B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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