Html Css Color HEX #06963F Pigment Green

📋 copy color: '#06963F'

red 6 ◦ green 150 ◦ blue 63

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

Shades of Pigment Green #06963F

Tints of Pigment Green #06963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 2.74%
G = 68.49%
B = 28.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#06963F (or 0x06963F) is known color: Pigment Green. HEX triplet: 06, 96 and 3F. RGB value is (6,150,63). Sum of RGB (Red+Green+Blue) = 6+150+63=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #06963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06963F is #F969C0. Grayscale: #616161. Windows color (decimal): -16345537 or 4167174. OLE color: 4167174.

HSL color Cylindrical-coordinate representation of color #06963F: hue angle of 143.75º 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 #06963F is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 150 63 -
CMYK 0.96 0 0.58 0.41
HSL 143.75º 0.92% 0.31% -
HSV(B) 143.75º 0.96% 0.59% -
XYZ 11.88 22.21 8.36 -
YUV 97.03 108.79 63.07 -
System Red Green Blue C M Y K H S L
Decimal 6 150 63 0.96 0 0.58 0.41 143.75 0.92 0.31
Hex 6 96 3F 60 0 3A 29 90 5C 1F
Octal 6 226 77 140 0 72 51 220 134 37
Binary 110 10010110 111111 1100000 0 111010 101001 10010000 1011100 11111

Color Harmonies of #06963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06963F

Black with #06963F

Text Example


Text Example

White with #06963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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