#067824

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

Shades of Camarone #067824

Tints of Camarone #067824

Color information

#067824 (or 0x067824) is unknown color: approx Camarone. HEX triplet: 06, 78 and 24. RGB value is (6,120,36). Sum of RGB (Red+Green+Blue) = 6+120+36=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 120 (47.27% from 255 or 74.07% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 120 - color contains mainly: green. Hex color #067824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067824 is #F987DB. Grayscale: #4C4C4C. Windows color (decimal): -16353244 or 2390022. OLE color: 2390022.

HSL color Cylindrical-coordinate representation of color #067824: hue angle of 135.79º 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 #067824 is Cyan = 0.95, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB612036-
CMYK0.9500.70.53
HSL135.79º90.48%24.71%-
HSV(B)135.79º95%47.06%-
XYZ7.1113.63.92-
YUV76.34105.2377.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 120 (47.27% from 255) = 74.07%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=3.70%
G=74.07%
B=22.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6120360.9500.70.53135.7990.4824.71
Hex678245F04635885a19
Octal61704413701066521013231
Binary110111100010010010111110100011011010110001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067824; }

 p { color: rgb(6,120,36); }

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

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

 a { background-color: rgb(6,120,36); }

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

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

 span { border-color: rgb(6,120,36); }

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