Html Css Color HEX #06964A Pigment Green

📋 copy color: '#06964A'

red 6 ◦ green 150 ◦ blue 74

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

Shades of Pigment Green #06964A

Tints of Pigment Green #06964A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 2.61%
G = 65.22%
B = 32.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#06964A (or 0x06964A) is known color: Pigment Green. HEX triplet: 06, 96 and 4A. RGB value is (6,150,74). Sum of RGB (Red+Green+Blue) = 6+150+74=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #06964A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06964A is #F969B5. Grayscale: #626262. Windows color (decimal): -16345526 or 4888070. OLE color: 4888070.

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

Color convert

RGB 6 150 74 -
CMYK 0.96 0 0.51 0.41
HSL 148.33º 0.92% 0.31% -
HSV(B) 148.33º 0.96% 0.59% -
XYZ 12.22 22.35 10.15 -
YUV 98.28 114.29 62.18 -
System Red Green Blue C M Y K H S L
Decimal 6 150 74 0.96 0 0.51 0.41 148.33 0.92 0.31
Hex 6 96 4A 60 0 33 29 94 5C 1F
Octal 6 226 112 140 0 63 51 224 134 37
Binary 110 10010110 1001010 1100000 0 110011 101001 10010100 1011100 11111

Color Harmonies of #06964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06964A

Black with #06964A

Text Example


Text Example

White with #06964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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