#068E35

Color #068E35 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #068E35

Tints of Pigment Green #068E35

Color information

#068E35 (or 0x068E35) is unknown color: approx Pigment Green. HEX triplet: 06, 8E and 35. RGB value is (6,142,53). Sum of RGB (Red+Green+Blue) = 6+142+53=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 142 (55.86% from 255 or 70.65% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 142 - color contains mainly: green. Hex color #068E35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E35 is #F971CA. Grayscale: #5B5B5B. Windows color (decimal): -16347595 or 3509766. OLE color: 3509766.

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

Color convert

RGB614253-
CMYK0.9600.630.44
HSL140.74º91.89%29.02%-
HSV(B)140.74º95.77%55.69%-
XYZ10.3919.646.61-
YUV91.19106.4467.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 142 (55.86% from 255) = 70.65%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=2.99%
G=70.65%
B=26.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6142530.9600.630.44140.7491.8929.02
Hex68E356003F2C8d5c1d
Octal6216651400775421513435
Binary110100011101101011100000011111110110010001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #068E35;
 }
 .AnyTagClassName
 {
   color: #068E35;
 }
</style>
background-color css

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

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

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

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

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

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