Html Css Color HEX #07A344 Pigment Green

📋 copy color: '#07A344'

red 7 ◦ green 163 ◦ blue 68

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

Shades of Pigment Green #07A344

Tints of Pigment Green #07A344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 68.49%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 2.94%
G = 68.49%
B = 28.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#07A344 (or 0x07A344) is known color: Pigment Green. HEX triplet: 07, A3 and 44. RGB value is (7,163,68). Sum of RGB (Red+Green+Blue) = 7+163+68=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #07A344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A344 is #F85CBB. Grayscale: #696969. Windows color (decimal): -16276668 or 4498183. OLE color: 4498183.

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

Color convert

RGB 7 163 68 -
CMYK 0.96 0 0.58 0.36
HSL 143.46º 0.92% 0.33% -
HSV(B) 143.46º 0.96% 0.64% -
XYZ 14.23 26.66 9.86 -
YUV 105.53 106.82 57.72 -
System Red Green Blue C M Y K H S L
Decimal 7 163 68 0.96 0 0.58 0.36 143.46 0.92 0.33
Hex 7 A3 44 60 0 3A 24 8F 5C 21
Octal 7 243 104 140 0 72 44 217 134 41
Binary 111 10100011 1000100 1100000 0 111010 100100 10001111 1011100 100001

Color Harmonies of #07A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A344

Black with #07A344

Text Example


Text Example

White with #07A344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,163,68); }

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

background-color css

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

 a { background-color: rgb(7,163,68); }

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

border-color css

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

 span { border-color: rgb(7,163,68); }

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