Html Css Color HEX #06964E Pigment Green

📋 copy color: '#06964E'

red 6 ◦ green 150 ◦ blue 78

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

Shades of Pigment Green #06964E

Tints of Pigment Green #06964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 2.56%
G = 64.1%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#06964E (or 0x06964E) is known color: Pigment Green. HEX triplet: 06, 96 and 4E. RGB value is (6,150,78). Sum of RGB (Red+Green+Blue) = 6+150+78=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #06964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06964E is #F969B1. Grayscale: #626262. Windows color (decimal): -16345522 or 5150214. OLE color: 5150214.

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

Color convert

RGB 6 150 78 -
CMYK 0.96 0 0.48 0.41
HSL 150º 0.92% 0.31% -
HSV(B) 150º 0.96% 0.59% -
XYZ 12.36 22.4 10.88 -
YUV 98.74 116.29 61.85 -
System Red Green Blue C M Y K H S L
Decimal 6 150 78 0.96 0 0.48 0.41 150 0.92 0.31
Hex 6 96 4E 60 0 30 29 96 5C 1F
Octal 6 226 116 140 0 60 51 226 134 37
Binary 110 10010110 1001110 1100000 0 110000 101001 10010110 1011100 11111

Color Harmonies of #06964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06964E

Black with #06964E

Text Example


Text Example

White with #06964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06964E; }

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

 H1.HeaderClassName
 {
   color: #06964E;
 }
 .AnyTagClassName
 {
   color: #06964E;
 }
</style>

background-color css

<style>
 a { background-color: #06964E; }

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

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

border-color css

<style>
 span { border-color: #06964E; }

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

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