Html Css Color HEX #06943A Pigment Green

📋 copy color: '#06943A'

red 6 ◦ green 148 ◦ blue 58

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

Shades of Pigment Green #06943A

Tints of Pigment Green #06943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.81%

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 2.83%
G = 69.81%
B = 27.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#06943A (or 0x06943A) is known color: Pigment Green. HEX triplet: 06, 94 and 3A. RGB value is (6,148,58). Sum of RGB (Red+Green+Blue) = 6+148+58=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #06943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06943A is #F96BC5. Grayscale: #5F5F5F. Windows color (decimal): -16346054 or 3838982. OLE color: 3838982.

HSL color Cylindrical-coordinate representation of color #06943A: hue angle of 141.97º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06943A is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 58 -
CMYK 0.96 0 0.61 0.42
HSL 141.97º 0.92% 0.3% -
HSV(B) 141.97º 0.96% 0.58% -
XYZ 11.43 21.52 7.56 -
YUV 95.28 106.96 64.32 -
System Red Green Blue C M Y K H S L
Decimal 6 148 58 0.96 0 0.61 0.42 141.97 0.92 0.3
Hex 6 94 3A 60 0 3D 2A 8E 5C 1E
Octal 6 224 72 140 0 75 52 216 134 36
Binary 110 10010100 111010 1100000 0 111101 101010 10001110 1011100 11110

Color Harmonies of #06943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06943A

Black with #06943A

Text Example


Text Example

White with #06943A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,148,58); }

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

background-color css

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

 a { background-color: rgb(6,148,58); }

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

border-color css

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

 span { border-color: rgb(6,148,58); }

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