Html Css Color HEX #068E46 Pigment Green

📋 copy color: '#068E46'

red 6 ◦ green 142 ◦ blue 70

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

Shades of Pigment Green #068E46

Tints of Pigment Green #068E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 2.75%
G = 65.14%
B = 32.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#068E46 (or 0x068E46) is known color: Pigment Green. HEX triplet: 06, 8E and 46. RGB value is (6,142,70). Sum of RGB (Red+Green+Blue) = 6+142+70=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #068E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E46 is #F971B9. Grayscale: #5D5D5D. Windows color (decimal): -16347578 or 4623878. OLE color: 4623878.

HSL color Cylindrical-coordinate representation of color #068E46: hue angle of 148.24º 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 #068E46 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 70 -
CMYK 0.96 0 0.51 0.44
HSL 148.24º 0.92% 0.29% -
HSV(B) 148.24º 0.96% 0.56% -
XYZ 10.85 19.83 9.05 -
YUV 93.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 6 142 70 0.96 0 0.51 0.44 148.24 0.92 0.29
Hex 6 8E 46 60 0 33 2C 94 5C 1D
Octal 6 216 106 140 0 63 54 224 134 35
Binary 110 10001110 1000110 1100000 0 110011 101100 10010100 1011100 11101

Color Harmonies of #068E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E46

Black with #068E46

Text Example


Text Example

White with #068E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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