Html Css Color HEX #06994A Pigment Green

📋 copy color: '#06994A'

red 6 ◦ green 153 ◦ blue 74

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

Shades of Pigment Green #06994A

Tints of Pigment Green #06994A

RGB

 RED value IS 6 (2.73% from 255) = 2.58%

 GREEN value IS 153 (60.16% from 255) = 65.67%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 2.58%
G = 65.67%
B = 31.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#06994A (or 0x06994A) is known color: Pigment Green. HEX triplet: 06, 99 and 4A. RGB value is (6,153,74). Sum of RGB (Red+Green+Blue) = 6+153+74=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #06994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06994A is #F966B5. Grayscale: #646464. Windows color (decimal): -16344758 or 4888838. OLE color: 4888838.

HSL color Cylindrical-coordinate representation of color #06994A: hue angle of 147.76º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06994A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 74 -
CMYK 0.96 0 0.52 0.4
HSL 147.76º 0.92% 0.31% -
HSV(B) 147.76º 0.96% 0.6% -
XYZ 12.7 23.32 10.31 -
YUV 100.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 6 153 74 0.96 0 0.52 0.4 147.76 0.92 0.31
Hex 6 99 4A 60 0 34 28 94 5C 1F
Octal 6 231 112 140 0 64 50 224 134 37
Binary 110 10011001 1001010 1100000 0 110100 101000 10010100 1011100 11111

Color Harmonies of #06994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06994A

Black with #06994A

Text Example


Text Example

White with #06994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06994A; }

 p { color: rgb(6,153,74); }

 H1.HeaderClassName
 {
   color: #06994A;
 }
 .AnyTagClassName
 {
   color: #06994A;
 }
</style>

background-color css

<style>
 a { background-color: #06994A; }

 a { background-color: rgb(6,153,74); }

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

border-color css

<style>
 span { border-color: #06994A; }

 span { border-color: rgb(6,153,74); }

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