Html Css Color HEX #06953A Pigment Green

📋 copy color: '#06953A'

red 6 ◦ green 149 ◦ blue 58

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

Shades of Pigment Green #06953A

Tints of Pigment Green #06953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.95%

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

R = 2.82%
G = 69.95%
B = 27.23%

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

#06953A (or 0x06953A) is known color: Pigment Green. HEX triplet: 06, 95 and 3A. RGB value is (6,149,58). Sum of RGB (Red+Green+Blue) = 6+149+58=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #06953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06953A is #F96AC5. Grayscale: #606060. Windows color (decimal): -16345798 or 3839238. OLE color: 3839238.

HSL color Cylindrical-coordinate representation of color #06953A: hue angle of 141.82º 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 #06953A is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 58 -
CMYK 0.96 0 0.61 0.42
HSL 141.82º 0.92% 0.3% -
HSV(B) 141.82º 0.96% 0.58% -
XYZ 11.59 21.84 7.61 -
YUV 95.87 106.62 63.9 -
System Red Green Blue C M Y K H S L
Decimal 6 149 58 0.96 0 0.61 0.42 141.82 0.92 0.3
Hex 6 95 3A 60 0 3D 2A 8E 5C 1E
Octal 6 225 72 140 0 75 52 216 134 36
Binary 110 10010101 111010 1100000 0 111101 101010 10001110 1011100 11110

Color Harmonies of #06953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06953A

Black with #06953A

Text Example


Text Example

White with #06953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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