Html Css Color HEX #068E49 Pigment Green

📋 copy color: '#068E49'

red 6 ◦ green 142 ◦ blue 73

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

Shades of Pigment Green #068E49

Tints of Pigment Green #068E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 64.25%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 2.71%
G = 64.25%
B = 33.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#068E49 (or 0x068E49) is known color: Pigment Green. HEX triplet: 06, 8E and 49. RGB value is (6,142,73). Sum of RGB (Red+Green+Blue) = 6+142+73=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #068E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E49 is #F971B6. Grayscale: #5D5D5D. Windows color (decimal): -16347575 or 4820486. OLE color: 4820486.

HSL color Cylindrical-coordinate representation of color #068E49: hue angle of 149.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E49 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 73 -
CMYK 0.96 0 0.49 0.44
HSL 149.56º 0.92% 0.29% -
HSV(B) 149.56º 0.96% 0.56% -
XYZ 10.95 19.87 9.56 -
YUV 93.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 6 142 73 0.96 0 0.49 0.44 149.56 0.92 0.29
Hex 6 8E 49 60 0 31 2C 96 5C 1D
Octal 6 216 111 140 0 61 54 226 134 35
Binary 110 10001110 1001001 1100000 0 110001 101100 10010110 1011100 11101

Color Harmonies of #068E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E49

Black with #068E49

Text Example


Text Example

White with #068E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068E49; }

 p { color: rgb(6,142,73); }

 H1.HeaderClassName
 {
   color: #068E49;
 }
 .AnyTagClassName
 {
   color: #068E49;
 }
</style>

background-color css

<style>
 a { background-color: #068E49; }

 a { background-color: rgb(6,142,73); }

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

border-color css

<style>
 span { border-color: #068E49; }

 span { border-color: rgb(6,142,73); }

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