Html Css Color HEX #07B49E Persian Green

📋 copy color: '#07B49E'

red 7 ◦ green 180 ◦ blue 158

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

Shades of Persian Green #07B49E

Tints of Persian Green #07B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 158 (62.11% from 255) = 45.8%

R = 2.03%
G = 52.17%
B = 45.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#07B49E (or 0x07B49E) is known color: Persian Green. HEX triplet: 07, B4 and 9E. RGB value is (7,180,158). Sum of RGB (Red+Green+Blue) = 7+180+158=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #07B49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B49E is #F84B61. Grayscale: #7D7D7D. Windows color (decimal): -16272226 or 10400775. OLE color: 10400775.

HSL color Cylindrical-coordinate representation of color #07B49E: hue angle of 172.37º 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 #07B49E is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 180 158 -
CMYK 0.96 0 0.12 0.29
HSL 172.37º 0.93% 0.37% -
HSV(B) 172.37º 0.96% 0.71% -
XYZ 22.58 35.16 37.94 -
YUV 125.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 7 180 158 0.96 0 0.12 0.29 172.37 0.93 0.37
Hex 7 B4 9E 60 0 C 1D AC 5D 25
Octal 7 264 236 140 0 14 35 254 135 45
Binary 111 10110100 10011110 1100000 0 1100 11101 10101100 1011101 100101

Color Harmonies of #07B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B49E

Black with #07B49E

Text Example


Text Example

White with #07B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,180,158); }

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

background-color css

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

 a { background-color: rgb(7,180,158); }

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

border-color css

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

 span { border-color: rgb(7,180,158); }

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