Html Css Color HEX #06963A Pigment Green

📋 copy color: '#06963A'

red 6 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #06963A

Tints of Pigment Green #06963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 70.09%

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

R = 2.8%
G = 70.09%
B = 27.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#06963A (or 0x06963A) is known color: Pigment Green. HEX triplet: 06, 96 and 3A. RGB value is (6,150,58). Sum of RGB (Red+Green+Blue) = 6+150+58=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #06963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06963A is #F969C5. Grayscale: #606060. Windows color (decimal): -16345542 or 3839494. OLE color: 3839494.

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

Color convert

RGB 6 150 58 -
CMYK 0.96 0 0.61 0.41
HSL 141.67º 0.92% 0.31% -
HSV(B) 141.67º 0.96% 0.59% -
XYZ 11.75 22.16 7.66 -
YUV 96.46 106.29 63.48 -
System Red Green Blue C M Y K H S L
Decimal 6 150 58 0.96 0 0.61 0.41 141.67 0.92 0.31
Hex 6 96 3A 60 0 3D 29 8E 5C 1F
Octal 6 226 72 140 0 75 51 216 134 37
Binary 110 10010110 111010 1100000 0 111101 101001 10001110 1011100 11111

Color Harmonies of #06963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06963A

Black with #06963A

Text Example


Text Example

White with #06963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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