Html Css Color HEX #08964D Pigment Green

📋 copy color: '#08964D'

red 8 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #08964D

Tints of Pigment Green #08964D

RGB

 RED value IS 8 (3.52% from 255) = 3.4%

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

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

R = 3.4%
G = 63.83%
B = 32.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#08964D (or 0x08964D) is known color: Pigment Green. HEX triplet: 08, 96 and 4D. RGB value is (8,150,77). Sum of RGB (Red+Green+Blue) = 8+150+77=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #08964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08964D is #F769B2. Grayscale: #636363. Windows color (decimal): -16214451 or 5084680. OLE color: 5084680.

HSL color Cylindrical-coordinate representation of color #08964D: hue angle of 149.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08964D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 150 77 -
CMYK 0.95 0 0.49 0.41
HSL 149.15º 0.9% 0.31% -
HSV(B) 149.15º 0.95% 0.59% -
XYZ 12.35 22.4 10.69 -
YUV 99.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 8 150 77 0.95 0 0.49 0.41 149.15 0.9 0.31
Hex 8 96 4D 5F 0 31 29 95 5A 1F
Octal 10 226 115 137 0 61 51 225 132 37
Binary 1000 10010110 1001101 1011111 0 110001 101001 10010101 1011010 11111

Color Harmonies of #08964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08964D

Black with #08964D

Text Example


Text Example

White with #08964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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