#06782A

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

Shades of Camarone #06782A

Tints of Camarone #06782A

Color information

#06782A (or 0x06782A) is unknown color: approx Camarone. HEX triplet: 06, 78 and 2A. RGB value is (6,120,42). Sum of RGB (Red+Green+Blue) = 6+120+42=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #06782A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06782A is #F987D5. Grayscale: #4D4D4D. Windows color (decimal): -16353238 or 2783238. OLE color: 2783238.

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

Color convert

RGB612042-
CMYK0.9500.650.53
HSL138.95º90.48%24.71%-
HSV(B)138.95º95%47.06%-
XYZ7.2113.644.44-
YUV77.02108.2377.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 120 (47.27% from 255) = 71.43%
BLUE value IS 42 (16.80% from 255) = 25%
R=3.57%
G=71.43%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6120420.9500.650.53138.9590.4824.71
Hex6782A5F041358b5a19
Octal61705213701016521313231
Binary110111100010101010111110100000111010110001011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06782A; }

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

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

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

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

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

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

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

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