#067728

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

Shades of Camarone #067728

Tints of Camarone #067728

Color information

#067728 (or 0x067728) is unknown color: approx Camarone. HEX triplet: 06, 77 and 28. RGB value is (6,119,40). Sum of RGB (Red+Green+Blue) = 6+119+40=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #067728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067728 is #F988D7. Grayscale: #4C4C4C. Windows color (decimal): -16353496 or 2651910. OLE color: 2651910.

HSL color Cylindrical-coordinate representation of color #067728: hue angle of 138.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067728 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB611940-
CMYK0.9500.660.53
HSL138.05º90.4%24.51%-
HSV(B)138.05º94.96%46.67%-
XYZ7.0513.394.22-
YUV76.21107.5677.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 119 (46.88% from 255) = 72.12%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=3.64%
G=72.12%
B=24.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119400.9500.660.53138.0590.424.51
Hex677285F042358a5a19
Octal61675013701026521213231
Binary110111011110100010111110100001011010110001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067728; }

 p { color: rgb(6,119,40); }

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

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

 a { background-color: rgb(6,119,40); }

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

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

 span { border-color: rgb(6,119,40); }

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