Html Css Color HEX #07A699 Persian Green

📋 copy color: '#07A699'

red 7 ◦ green 166 ◦ blue 153

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

Shades of Persian Green #07A699

Tints of Persian Green #07A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 2.15%
G = 50.92%
B = 46.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#07A699 (or 0x07A699) is known color: Persian Green. HEX triplet: 07, A6 and 99. RGB value is (7,166,153). Sum of RGB (Red+Green+Blue) = 7+166+153=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #07A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A699 is #F85966. Grayscale: #747474. Windows color (decimal): -16275815 or 10069511. OLE color: 10069511.

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

Color convert

RGB 7 166 153 -
CMYK 0.96 0 0.08 0.35
HSL 175.09º 0.92% 0.34% -
HSV(B) 175.09º 0.96% 0.65% -
XYZ 19.47 29.62 34.83 -
YUV 116.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 7 166 153 0.96 0 0.08 0.35 175.09 0.92 0.34
Hex 7 A6 99 60 0 8 23 AF 5C 22
Octal 7 246 231 140 0 10 43 257 134 42
Binary 111 10100110 10011001 1100000 0 1000 100011 10101111 1011100 100010

Color Harmonies of #07A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A699

Black with #07A699

Text Example


Text Example

White with #07A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,166,153); }

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

background-color css

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

 a { background-color: rgb(7,166,153); }

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

border-color css

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

 span { border-color: rgb(7,166,153); }

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