Html Css Color HEX #06994D Pigment Green

📋 copy color: '#06994D'

red 6 ◦ green 153 ◦ blue 77

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

Shades of Pigment Green #06994D

Tints of Pigment Green #06994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.63%

R = 2.54%
G = 64.83%
B = 32.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#06994D (or 0x06994D) is known color: Pigment Green. HEX triplet: 06, 99 and 4D. RGB value is (6,153,77). Sum of RGB (Red+Green+Blue) = 6+153+77=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #06994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06994D is #F966B2. Grayscale: #646464. Windows color (decimal): -16344755 or 5085446. OLE color: 5085446.

HSL color Cylindrical-coordinate representation of color #06994D: hue angle of 148.98º 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 #06994D is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 77 -
CMYK 0.96 0 0.50 0.4
HSL 148.98º 0.92% 0.31% -
HSV(B) 148.98º 0.96% 0.6% -
XYZ 12.81 23.36 10.85 -
YUV 100.38 114.8 60.68 -
System Red Green Blue C M Y K H S L
Decimal 6 153 77 0.96 0 0.50 0.4 148.98 0.92 0.31
Hex 6 99 4D 60 0 32 28 95 5C 1F
Octal 6 231 115 140 0 62 50 225 134 37
Binary 110 10011001 1001101 1100000 0 110010 101000 10010101 1011100 11111

Color Harmonies of #06994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06994D

Black with #06994D

Text Example


Text Example

White with #06994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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