#07B68D

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

Shades of Persian Green #07B68D

Tints of Persian Green #07B68D

Color information

#07B68D (or 0x07B68D) is unknown color: approx Persian Green. HEX triplet: 07, B6 and 8D. RGB value is (7,182,141). Sum of RGB (Red+Green+Blue) = 7+182+141=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #07B68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B68D is #F84972. Grayscale: #7C7C7C. Windows color (decimal): -16271731 or 9287175. OLE color: 9287175.

HSL color Cylindrical-coordinate representation of color #07B68D: hue angle of 165.94º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B68D is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB7182141-
CMYK0.9600.230.29
HSL165.94º92.59%37.06%-
HSV(B)165.94º96.15%71.37%-
XYZ21.6235.4230.9-
YUV125137.0243.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.12%
GREEN value IS 182 (71.48% from 255) = 55.15%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=2.12%
G=55.15%
B=42.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71821410.9600.230.29165.9492.5937.06
Hex7B68D600171Da65d25
Octal72662151400273524613545
Binary1111011011010001101110000001011111101101001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,182,141); }

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

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

 a { background-color: rgb(7,182,141); }

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

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

 span { border-color: rgb(7,182,141); }

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