Html Css Color HEX #07AF86 Mountain Meadow

📋 copy color: '#07AF86'

red 7 ◦ green 175 ◦ blue 134

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

Shades of Mountain Meadow #07AF86

Tints of Mountain Meadow #07AF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.38%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 2.22%
G = 55.38%
B = 42.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#07AF86 (or 0x07AF86) is known color: Mountain Meadow. HEX triplet: 07, AF and 86. RGB value is (7,175,134). Sum of RGB (Red+Green+Blue) = 7+175+134=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF86 is #F85079. Grayscale: #787878. Windows color (decimal): -16273530 or 8826631. OLE color: 8826631.

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

Color convert

RGB 7 175 134 -
CMYK 0.96 0 0.23 0.31
HSL 165.36º 0.92% 0.36% -
HSV(B) 165.36º 0.96% 0.69% -
XYZ 19.72 32.43 27.77 -
YUV 120.09 135.84 47.33 -
System Red Green Blue C M Y K H S L
Decimal 7 175 134 0.96 0 0.23 0.31 165.36 0.92 0.36
Hex 7 AF 86 60 0 17 1F A5 5C 24
Octal 7 257 206 140 0 27 37 245 134 44
Binary 111 10101111 10000110 1100000 0 10111 11111 10100101 1011100 100100

Color Harmonies of #07AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF86

Black with #07AF86

Text Example


Text Example

White with #07AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,175,134); }

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

background-color css

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

 a { background-color: rgb(7,175,134); }

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

border-color css

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

 span { border-color: rgb(7,175,134); }

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