Html Css Color HEX #07A08A Persian Green

📋 copy color: '#07A08A'

red 7 ◦ green 160 ◦ blue 138

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

Shades of Persian Green #07A08A

Tints of Persian Green #07A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.46%

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 2.3%
G = 52.46%
B = 45.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#07A08A (or 0x07A08A) is known color: Persian Green. HEX triplet: 07, A0 and 8A. RGB value is (7,160,138). Sum of RGB (Red+Green+Blue) = 7+160+138=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #07A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A08A is #F85F75. Grayscale: #6F6F6F. Windows color (decimal): -16277366 or 9084935. OLE color: 9084935.

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

Color convert

RGB 7 160 138 -
CMYK 0.96 0 0.14 0.37
HSL 171.37º 0.92% 0.33% -
HSV(B) 171.37º 0.96% 0.63% -
XYZ 17.25 27.02 28.35 -
YUV 111.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 7 160 138 0.96 0 0.14 0.37 171.37 0.92 0.33
Hex 7 A0 8A 60 0 E 25 AB 5C 21
Octal 7 240 212 140 0 16 45 253 134 41
Binary 111 10100000 10001010 1100000 0 1110 100101 10101011 1011100 100001

Color Harmonies of #07A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A08A

Black with #07A08A

Text Example


Text Example

White with #07A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,160,138); }

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

background-color css

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

 a { background-color: rgb(7,160,138); }

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

border-color css

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

 span { border-color: rgb(7,160,138); }

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