#067826

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

Shades of Camarone #067826

Tints of Camarone #067826

Color information

#067826 (or 0x067826) is unknown color: approx Camarone. HEX triplet: 06, 78 and 26. RGB value is (6,120,38). Sum of RGB (Red+Green+Blue) = 6+120+38=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #067826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067826 is #F987D9. Grayscale: #4C4C4C. Windows color (decimal): -16353242 or 2521094. OLE color: 2521094.

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

Color convert

RGB612038-
CMYK0.9500.680.53
HSL136.84º90.48%24.71%-
HSV(B)136.84º95%47.06%-
XYZ7.1413.614.08-
YUV76.57106.2377.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 120 (47.27% from 255) = 73.17%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=3.66%
G=73.17%
B=23.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6120380.9500.680.53136.8490.4824.71
Hex678265F04435895a19
Octal61704613701046521113231
Binary110111100010011010111110100010011010110001001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067826; }

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

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

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

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

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

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

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

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