#067C42

Color #067C42 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #067C42

Tints of Dark Spring Green #067C42

Color information

#067C42 (or 0x067C42) is unknown color: approx Dark Spring Green. HEX triplet: 06, 7C and 42. RGB value is (6,124,66). Sum of RGB (Red+Green+Blue) = 6+124+66=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #067C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C42 is #F983BD. Grayscale: #525252. Windows color (decimal): -16352190 or 4357126. OLE color: 4357126.

HSL color Cylindrical-coordinate representation of color #067C42: hue angle of 150.51º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C42 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB612466-
CMYK0.9500.470.51
HSL150.51º90.77%25.49%-
HSV(B)150.51º95.16%48.63%-
XYZ8.2714.857.58-
YUV82.11118.9173.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 124 (48.83% from 255) = 63.27%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=3.06%
G=63.27%
B=33.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124660.9500.470.51150.5190.7725.49
Hex67C425F02F33975b19
Octal61741021370576322713331
Binary110111110010000101011111010111111001110010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C42; }

 p { color: rgb(6,124,66); }

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

<style>
 a { background-color: #067C42; }

 a { background-color: rgb(6,124,66); }

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

<style>
 span { border-color: #067C42; }

 span { border-color: rgb(6,124,66); }

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