Html Css Color HEX #07B490 Persian Green

📋 copy color: '#07B490'

red 7 ◦ green 180 ◦ blue 144

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

Shades of Persian Green #07B490

Tints of Persian Green #07B490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 2.11%
G = 54.38%
B = 43.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#07B490 (or 0x07B490) is known color: Persian Green. HEX triplet: 07, B4 and 90. RGB value is (7,180,144). Sum of RGB (Red+Green+Blue) = 7+180+144=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #07B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B490 is #F84B6F. Grayscale: #7C7C7C. Windows color (decimal): -16272240 or 9483271. OLE color: 9483271.

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

Color convert

RGB 7 180 144 -
CMYK 0.96 0 0.2 0.29
HSL 167.51º 0.93% 0.37% -
HSV(B) 167.51º 0.96% 0.71% -
XYZ 21.44 34.7 31.95 -
YUV 124.17 139.19 44.43 -
System Red Green Blue C M Y K H S L
Decimal 7 180 144 0.96 0 0.2 0.29 167.51 0.93 0.37
Hex 7 B4 90 60 0 14 1D A8 5D 25
Octal 7 264 220 140 0 24 35 250 135 45
Binary 111 10110100 10010000 1100000 0 10100 11101 10101000 1011101 100101

Color Harmonies of #07B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B490

Black with #07B490

Text Example


Text Example

White with #07B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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