#067D2C

Color #067D2C Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #067D2C

Tints of Camarone #067D2C

Color information

#067D2C (or 0x067D2C) is unknown color: approx Camarone. HEX triplet: 06, 7D and 2C. RGB value is (6,125,44). Sum of RGB (Red+Green+Blue) = 6+125+44=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #067D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067D2C is #F982D3. Grayscale: #505050. Windows color (decimal): -16351956 or 2915590. OLE color: 2915590.

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

Color convert

RGB612544-
CMYK0.9500.650.51
HSL139.16º90.84%25.69%-
HSV(B)139.16º95.2%49.02%-
XYZ7.8614.894.84-
YUV80.18107.5875.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 125 (49.22% from 255) = 71.43%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=3.43%
G=71.43%
B=25.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6125440.9500.650.51139.1690.8425.69
Hex67D2C5F041338b5b1a
Octal61755413701016321313332
Binary110111110110110010111110100000111001110001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,125,44); }

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

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

 a { background-color: rgb(6,125,44); }

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

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

 span { border-color: rgb(6,125,44); }

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