Html Css Color HEX #07AA86 Persian Green

📋 copy color: '#07AA86'

red 7 ◦ green 170 ◦ blue 134

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

Shades of Persian Green #07AA86

Tints of Persian Green #07AA86

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.66%

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

R = 2.25%
G = 54.66%
B = 43.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#07AA86 (or 0x07AA86) is known color: Persian Green. HEX triplet: 07, AA and 86. RGB value is (7,170,134). Sum of RGB (Red+Green+Blue) = 7+170+134=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AA86 is #F85579. Grayscale: #757575. Windows color (decimal): -16274810 or 8825351. OLE color: 8825351.

HSL color Cylindrical-coordinate representation of color #07AA86: hue angle of 166.75º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AA86 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 170 134 -
CMYK 0.96 0 0.21 0.33
HSL 166.75º 0.92% 0.35% -
HSV(B) 166.75º 0.96% 0.67% -
XYZ 18.77 30.52 27.46 -
YUV 117.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 7 170 134 0.96 0 0.21 0.33 166.75 0.92 0.35
Hex 7 AA 86 60 0 15 21 A7 5C 23
Octal 7 252 206 140 0 25 41 247 134 43
Binary 111 10101010 10000110 1100000 0 10101 100001 10100111 1011100 100011

Color Harmonies of #07AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA86

Black with #07AA86

Text Example


Text Example

White with #07AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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