Html Css Color HEX #07B18B Persian Green

📋 copy color: '#07B18B'

red 7 ◦ green 177 ◦ blue 139

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

Shades of Persian Green #07B18B

Tints of Persian Green #07B18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 2.17%
G = 54.8%
B = 43.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#07B18B (or 0x07B18B) is known color: Persian Green. HEX triplet: 07, B1 and 8B. RGB value is (7,177,139). Sum of RGB (Red+Green+Blue) = 7+177+139=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #07B18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B18B is #F84E74. Grayscale: #797979. Windows color (decimal): -16273013 or 9154823. OLE color: 9154823.

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

Color convert

RGB 7 177 139 -
CMYK 0.96 0 0.21 0.31
HSL 166.59º 0.92% 0.36% -
HSV(B) 166.59º 0.96% 0.69% -
XYZ 20.47 33.35 29.79 -
YUV 121.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 7 177 139 0.96 0 0.21 0.31 166.59 0.92 0.36
Hex 7 B1 8B 60 0 15 1F A7 5C 24
Octal 7 261 213 140 0 25 37 247 134 44
Binary 111 10110001 10001011 1100000 0 10101 11111 10100111 1011100 100100

Color Harmonies of #07B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B18B

Black with #07B18B

Text Example


Text Example

White with #07B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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