Html Css Color HEX #07B19B Persian Green

📋 copy color: '#07B19B'

red 7 ◦ green 177 ◦ blue 155

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

Shades of Persian Green #07B19B

Tints of Persian Green #07B19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.21%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 2.06%
G = 52.21%
B = 45.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#07B19B (or 0x07B19B) is known color: Persian Green. HEX triplet: 07, B1 and 9B. RGB value is (7,177,155). Sum of RGB (Red+Green+Blue) = 7+177+155=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #07B19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B19B is #F84E64. Grayscale: #7B7B7B. Windows color (decimal): -16272997 or 10203399. OLE color: 10203399.

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

Color convert

RGB 7 177 155 -
CMYK 0.96 0 0.12 0.31
HSL 172.24º 0.92% 0.36% -
HSV(B) 172.24º 0.96% 0.69% -
XYZ 21.73 33.86 36.4 -
YUV 123.66 145.68 44.79 -
System Red Green Blue C M Y K H S L
Decimal 7 177 155 0.96 0 0.12 0.31 172.24 0.92 0.36
Hex 7 B1 9B 60 0 C 1F AC 5C 24
Octal 7 261 233 140 0 14 37 254 134 44
Binary 111 10110001 10011011 1100000 0 1100 11111 10101100 1011100 100100

Color Harmonies of #07B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B19B

Black with #07B19B

Text Example


Text Example

White with #07B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,177,155); }

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

background-color css

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

 a { background-color: rgb(7,177,155); }

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

border-color css

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

 span { border-color: rgb(7,177,155); }

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