Html Css Color HEX #07B089 Persian Green

📋 copy color: '#07B089'

red 7 ◦ green 176 ◦ blue 137

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

Shades of Persian Green #07B089

Tints of Persian Green #07B089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55%

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 2.19%
G = 55%
B = 42.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#07B089 (or 0x07B089) is known color: Persian Green. HEX triplet: 07, B0 and 89. RGB value is (7,176,137). Sum of RGB (Red+Green+Blue) = 7+176+137=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #07B089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B089 is #F84F76. Grayscale: #797979. Windows color (decimal): -16273271 or 9023495. OLE color: 9023495.

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

Color convert

RGB 7 176 137 -
CMYK 0.96 0 0.22 0.31
HSL 166.15º 0.92% 0.36% -
HSV(B) 166.15º 0.96% 0.69% -
XYZ 20.13 32.9 28.96 -
YUV 121.02 137.01 46.67 -
System Red Green Blue C M Y K H S L
Decimal 7 176 137 0.96 0 0.22 0.31 166.15 0.92 0.36
Hex 7 B0 89 60 0 16 1F A6 5C 24
Octal 7 260 211 140 0 26 37 246 134 44
Binary 111 10110000 10001001 1100000 0 10110 11111 10100110 1011100 100100

Color Harmonies of #07B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B089

Black with #07B089

Text Example


Text Example

White with #07B089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,176,137); }

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

background-color css

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

 a { background-color: rgb(7,176,137); }

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

border-color css

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

 span { border-color: rgb(7,176,137); }

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