Html Css Color HEX #07A455 Pigment Green

📋 copy color: '#07A455'

red 7 ◦ green 164 ◦ blue 85

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

Shades of Pigment Green #07A455

Tints of Pigment Green #07A455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.06%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 2.73%
G = 64.06%
B = 33.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#07A455 (or 0x07A455) is known color: Pigment Green. HEX triplet: 07, A4 and 55. RGB value is (7,164,85). Sum of RGB (Red+Green+Blue) = 7+164+85=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #07A455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A455 is #F85BAA. Grayscale: #6C6C6C. Windows color (decimal): -16276395 or 5612551. OLE color: 5612551.

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

Color convert

RGB 7 164 85 -
CMYK 0.96 0 0.48 0.36
HSL 149.81º 0.92% 0.34% -
HSV(B) 149.81º 0.96% 0.64% -
XYZ 15 27.25 13.06 -
YUV 108.05 114.99 55.92 -
System Red Green Blue C M Y K H S L
Decimal 7 164 85 0.96 0 0.48 0.36 149.81 0.92 0.34
Hex 7 A4 55 60 0 30 24 96 5C 22
Octal 7 244 125 140 0 60 44 226 134 42
Binary 111 10100100 1010101 1100000 0 110000 100100 10010110 1011100 100010

Color Harmonies of #07A455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A455

Black with #07A455

Text Example


Text Example

White with #07A455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,164,85); }

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

background-color css

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

 a { background-color: rgb(7,164,85); }

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

border-color css

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

 span { border-color: rgb(7,164,85); }

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