Html Css Color HEX #06964D Pigment Green

📋 copy color: '#06964D'

red 6 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #06964D

Tints of Pigment Green #06964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 2.58%
G = 64.38%
B = 33.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#06964D (or 0x06964D) is known color: Pigment Green. HEX triplet: 06, 96 and 4D. RGB value is (6,150,77). Sum of RGB (Red+Green+Blue) = 6+150+77=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #06964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06964D is #F969B2. Grayscale: #626262. Windows color (decimal): -16345523 or 5084678. OLE color: 5084678.

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

Color convert

RGB 6 150 77 -
CMYK 0.96 0 0.49 0.41
HSL 149.58º 0.92% 0.31% -
HSV(B) 149.58º 0.96% 0.59% -
XYZ 12.32 22.39 10.69 -
YUV 98.62 115.79 61.94 -
System Red Green Blue C M Y K H S L
Decimal 6 150 77 0.96 0 0.49 0.41 149.58 0.92 0.31
Hex 6 96 4D 60 0 31 29 96 5C 1F
Octal 6 226 115 140 0 61 51 226 134 37
Binary 110 10010110 1001101 1100000 0 110001 101001 10010110 1011100 11111

Color Harmonies of #06964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06964D

Black with #06964D

Text Example


Text Example

White with #06964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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