Html Css Color HEX #07A54C Pigment Green

📋 copy color: '#07A54C'

red 7 ◦ green 165 ◦ blue 76

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

Shades of Pigment Green #07A54C

Tints of Pigment Green #07A54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 2.82%
G = 66.53%
B = 30.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#07A54C (or 0x07A54C) is known color: Pigment Green. HEX triplet: 07, A5 and 4C. RGB value is (7,165,76). Sum of RGB (Red+Green+Blue) = 7+165+76=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #07A54C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A54C is #F85AB3. Grayscale: #6B6B6B. Windows color (decimal): -16276148 or 5022983. OLE color: 5022983.

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

Color convert

RGB 7 165 76 -
CMYK 0.96 0 0.54 0.35
HSL 146.2º 0.92% 0.34% -
HSV(B) 146.2º 0.96% 0.65% -
XYZ 14.85 27.48 11.36 -
YUV 107.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 7 165 76 0.96 0 0.54 0.35 146.2 0.92 0.34
Hex 7 A5 4C 60 0 36 23 92 5C 22
Octal 7 245 114 140 0 66 43 222 134 42
Binary 111 10100101 1001100 1100000 0 110110 100011 10010010 1011100 100010

Color Harmonies of #07A54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A54C

Black with #07A54C

Text Example


Text Example

White with #07A54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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