#07A386

Color #07A386 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07A386

Tints of Persian Green #07A386

Color information

#07A386 (or 0x07A386) is unknown color: approx Persian Green. HEX triplet: 07, A3 and 86. RGB value is (7,163,134). Sum of RGB (Red+Green+Blue) = 7+163+134=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #07A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A386 is #F85C79. Grayscale: #717171. Windows color (decimal): -16276602 or 8823559. OLE color: 8823559.

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

Color convert

RGB7163134-
CMYK0.9600.180.36
HSL168.85º91.76%33.33%-
HSV(B)168.85º95.71%63.92%-
XYZ17.4927.9627.03-
YUV113.05139.8252.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 163 (64.06% from 255) = 53.62%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=2.30%
G=53.62%
B=44.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631340.9600.180.36168.8591.7633.33
Hex7A3866001224a95c21
Octal72432061400224425113441
Binary11110100011100001101100000010010100100101010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07A386;
 }
 .AnyTagClassName
 {
   color: #07A386;
 }
</style>
background-color css

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

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

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

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

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

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