Html Css Color HEX #07B497 Persian Green

📋 copy color: '#07B497'

red 7 ◦ green 180 ◦ blue 151

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

Shades of Persian Green #07B497

Tints of Persian Green #07B497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 2.07%
G = 53.25%
B = 44.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#07B497 (or 0x07B497) is known color: Persian Green. HEX triplet: 07, B4 and 97. RGB value is (7,180,151). Sum of RGB (Red+Green+Blue) = 7+180+151=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #07B497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B497 is #F84B68. Grayscale: #7C7C7C. Windows color (decimal): -16272233 or 9942023. OLE color: 9942023.

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

Color convert

RGB 7 180 151 -
CMYK 0.96 0 0.16 0.29
HSL 169.94º 0.93% 0.37% -
HSV(B) 169.94º 0.96% 0.71% -
XYZ 21.99 34.92 34.86 -
YUV 124.97 142.69 43.86 -
System Red Green Blue C M Y K H S L
Decimal 7 180 151 0.96 0 0.16 0.29 169.94 0.93 0.37
Hex 7 B4 97 60 0 10 1D AA 5D 25
Octal 7 264 227 140 0 20 35 252 135 45
Binary 111 10110100 10010111 1100000 0 10000 11101 10101010 1011101 100101

Color Harmonies of #07B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B497

Black with #07B497

Text Example


Text Example

White with #07B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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