Html Css Color HEX #07A550 Pigment Green

📋 copy color: '#07A550'

red 7 ◦ green 165 ◦ blue 80

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

Shades of Pigment Green #07A550

Tints of Pigment Green #07A550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 65.48%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 2.78%
G = 65.48%
B = 31.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#07A550 (or 0x07A550) is known color: Pigment Green. HEX triplet: 07, A5 and 50. RGB value is (7,165,80). Sum of RGB (Red+Green+Blue) = 7+165+80=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #07A550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A550 is #F85AAF. Grayscale: #6C6C6C. Windows color (decimal): -16276144 or 5285127. OLE color: 5285127.

HSL color Cylindrical-coordinate representation of color #07A550: hue angle of 147.72º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A550 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 7 165 80 -
CMYK 0.96 0 0.52 0.35
HSL 147.72º 0.92% 0.34% -
HSV(B) 147.72º 0.96% 0.65% -
XYZ 14.99 27.53 12.11 -
YUV 108.07 112.15 55.91 -
System Red Green Blue C M Y K H S L
Decimal 7 165 80 0.96 0 0.52 0.35 147.72 0.92 0.34
Hex 7 A5 50 60 0 34 23 94 5C 22
Octal 7 245 120 140 0 64 43 224 134 42
Binary 111 10100101 1010000 1100000 0 110100 100011 10010100 1011100 100010

Color Harmonies of #07A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A550

Black with #07A550

Text Example


Text Example

White with #07A550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,165,80); }

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

background-color css

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

 a { background-color: rgb(7,165,80); }

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

border-color css

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

 span { border-color: rgb(7,165,80); }

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