Html Css Color HEX #06993C Pigment Green

📋 copy color: '#06993C'

red 6 ◦ green 153 ◦ blue 60

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

Shades of Pigment Green #06993C

Tints of Pigment Green #06993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 2.74%
G = 69.86%
B = 27.4%

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

#06993C (or 0x06993C) is known color: Pigment Green. HEX triplet: 06, 99 and 3C. RGB value is (6,153,60). Sum of RGB (Red+Green+Blue) = 6+153+60=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #06993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06993C is #F966C3. Grayscale: #626262. Windows color (decimal): -16344772 or 3971334. OLE color: 3971334.

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

Color convert

RGB 6 153 60 -
CMYK 0.96 0 0.61 0.4
HSL 142.04º 0.92% 0.31% -
HSV(B) 142.04º 0.96% 0.6% -
XYZ 12.28 23.15 8.1 -
YUV 98.45 106.3 62.06 -
System Red Green Blue C M Y K H S L
Decimal 6 153 60 0.96 0 0.61 0.4 142.04 0.92 0.31
Hex 6 99 3C 60 0 3D 28 8E 5C 1F
Octal 6 231 74 140 0 75 50 216 134 37
Binary 110 10011001 111100 1100000 0 111101 101000 10001110 1011100 11111

Color Harmonies of #06993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06993C

Black with #06993C

Text Example


Text Example

White with #06993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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