Html Css Color HEX #06953D Pigment Green

📋 copy color: '#06953D'

red 6 ◦ green 149 ◦ blue 61

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

Shades of Pigment Green #06953D

Tints of Pigment Green #06953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.98%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 2.78%
G = 68.98%
B = 28.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#06953D (or 0x06953D) is known color: Pigment Green. HEX triplet: 06, 95 and 3D. RGB value is (6,149,61). Sum of RGB (Red+Green+Blue) = 6+149+61=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #06953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06953D is #F96AC2. Grayscale: #606060. Windows color (decimal): -16345795 or 4035846. OLE color: 4035846.

HSL color Cylindrical-coordinate representation of color #06953D: hue angle of 143.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06953D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 61 -
CMYK 0.96 0 0.59 0.42
HSL 143.08º 0.92% 0.3% -
HSV(B) 143.08º 0.96% 0.58% -
XYZ 11.66 21.87 8.02 -
YUV 96.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 6 149 61 0.96 0 0.59 0.42 143.08 0.92 0.3
Hex 6 95 3D 60 0 3B 2A 8F 5C 1E
Octal 6 225 75 140 0 73 52 217 134 36
Binary 110 10010101 111101 1100000 0 111011 101010 10001111 1011100 11110

Color Harmonies of #06953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06953D

Black with #06953D

Text Example


Text Example

White with #06953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,149,61); }

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

background-color css

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

 a { background-color: rgb(6,149,61); }

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

border-color css

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

 span { border-color: rgb(6,149,61); }

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