Html Css Color HEX #06993B Pigment Green

📋 copy color: '#06993B'

red 6 ◦ green 153 ◦ blue 59

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

Shades of Pigment Green #06993B

Tints of Pigment Green #06993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 70.18%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 2.75%
G = 70.18%
B = 27.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#06993B (or 0x06993B) is known color: Pigment Green. HEX triplet: 06, 99 and 3B. RGB value is (6,153,59). Sum of RGB (Red+Green+Blue) = 6+153+59=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #06993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06993B is #F966C4. Grayscale: #626262. Windows color (decimal): -16344773 or 3905798. OLE color: 3905798.

HSL color Cylindrical-coordinate representation of color #06993B: hue angle of 141.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06993B is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 59 -
CMYK 0.96 0 0.61 0.4
HSL 141.63º 0.92% 0.31% -
HSV(B) 141.63º 0.96% 0.6% -
XYZ 12.26 23.14 7.96 -
YUV 98.33 105.8 62.14 -
System Red Green Blue C M Y K H S L
Decimal 6 153 59 0.96 0 0.61 0.4 141.63 0.92 0.31
Hex 6 99 3B 60 0 3D 28 8E 5C 1F
Octal 6 231 73 140 0 75 50 216 134 37
Binary 110 10011001 111011 1100000 0 111101 101000 10001110 1011100 11111

Color Harmonies of #06993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06993B

Black with #06993B

Text Example


Text Example

White with #06993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06993B; }

 p { color: rgb(6,153,59); }

 H1.HeaderClassName
 {
   color: #06993B;
 }
 .AnyTagClassName
 {
   color: #06993B;
 }
</style>

background-color css

<style>
 a { background-color: #06993B; }

 a { background-color: rgb(6,153,59); }

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

border-color css

<style>
 span { border-color: #06993B; }

 span { border-color: rgb(6,153,59); }

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