#07B894

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

Shades of Persian Green #07B894

Tints of Persian Green #07B894

Color information

#07B894 (or 0x07B894) is unknown color: approx Persian Green. HEX triplet: 07, B8 and 94. RGB value is (7,184,148). Sum of RGB (Red+Green+Blue) = 7+184+148=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #07B894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B894 is #F8476B. Grayscale: #7E7E7E. Windows color (decimal): -16271212 or 9746439. OLE color: 9746439.

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

Color convert

RGB7184148-
CMYK0.9600.200.28
HSL167.8º92.67%37.45%-
HSV(B)167.8º96.2%72.16%-
XYZ22.5736.4633.87-
YUV126.97139.8642.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.06%
GREEN value IS 184 (72.27% from 255) = 54.28%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=2.06%
G=54.28%
B=43.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71841480.9600.200.28167.892.6737.45
Hex7B894600141Ca85d25
Octal72702241400243425013545
Binary1111011100010010100110000001010011100101010001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,184,148); }

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

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

 a { background-color: rgb(7,184,148); }

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

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

 span { border-color: rgb(7,184,148); }

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