Html Css Color HEX #07A895 Persian Green

📋 copy color: '#07A895'

red 7 ◦ green 168 ◦ blue 149

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

Shades of Persian Green #07A895

Tints of Persian Green #07A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.85%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 2.16%
G = 51.85%
B = 45.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#07A895 (or 0x07A895) is known color: Persian Green. HEX triplet: 07, A8 and 95. RGB value is (7,168,149). Sum of RGB (Red+Green+Blue) = 7+168+149=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #07A895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A895 is #F8576A. Grayscale: #757575. Windows color (decimal): -16275307 or 9807879. OLE color: 9807879.

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

Color convert

RGB 7 168 149 -
CMYK 0.96 0 0.11 0.34
HSL 172.92º 0.92% 0.34% -
HSV(B) 172.92º 0.96% 0.66% -
XYZ 19.52 30.22 33.24 -
YUV 117.7 145.66 49.04 -
System Red Green Blue C M Y K H S L
Decimal 7 168 149 0.96 0 0.11 0.34 172.92 0.92 0.34
Hex 7 A8 95 60 0 B 22 AD 5C 22
Octal 7 250 225 140 0 13 42 255 134 42
Binary 111 10101000 10010101 1100000 0 1011 100010 10101101 1011100 100010

Color Harmonies of #07A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A895

Black with #07A895

Text Example


Text Example

White with #07A895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,168,149); }

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

background-color css

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

 a { background-color: rgb(7,168,149); }

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

border-color css

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

 span { border-color: rgb(7,168,149); }

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