Html Css Color HEX #06993F Pigment Green

📋 copy color: '#06993F'

red 6 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #06993F

Tints of Pigment Green #06993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.38%

R = 2.7%
G = 68.92%
B = 28.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#06993F (or 0x06993F) is known color: Pigment Green. HEX triplet: 06, 99 and 3F. RGB value is (6,153,63). Sum of RGB (Red+Green+Blue) = 6+153+63=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 153 (60.16% from 255 or 68.92% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 153 - color contains mainly: green. Hex color #06993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06993F is #F966C0. Grayscale: #636363. Windows color (decimal): -16344769 or 4167942. OLE color: 4167942.

HSL color Cylindrical-coordinate representation of color #06993F: hue angle of 143.27º 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 #06993F is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 63 -
CMYK 0.96 0 0.59 0.4
HSL 143.27º 0.92% 0.31% -
HSV(B) 143.27º 0.96% 0.6% -
XYZ 12.36 23.18 8.53 -
YUV 98.79 107.8 61.82 -
System Red Green Blue C M Y K H S L
Decimal 6 153 63 0.96 0 0.59 0.4 143.27 0.92 0.31
Hex 6 99 3F 60 0 3B 28 8F 5C 1F
Octal 6 231 77 140 0 73 50 217 134 37
Binary 110 10011001 111111 1100000 0 111011 101000 10001111 1011100 11111

Color Harmonies of #06993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06993F

Black with #06993F

Text Example


Text Example

White with #06993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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