#06752A

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

Shades of Camarone #06752A

Tints of Camarone #06752A

Color information

#06752A (or 0x06752A) is unknown color: approx Camarone. HEX triplet: 06, 75 and 2A. RGB value is (6,117,42). Sum of RGB (Red+Green+Blue) = 6+117+42=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #06752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752A is #F98AD5. Grayscale: #4B4B4B. Windows color (decimal): -16354006 or 2782470. OLE color: 2782470.

HSL color Cylindrical-coordinate representation of color #06752A: hue angle of 139.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06752A is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB611742-
CMYK0.9500.640.54
HSL139.46º90.24%24.12%-
HSV(B)139.46º94.87%45.88%-
XYZ6.8512.934.32-
YUV75.26109.2378.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 117 (46.09% from 255) = 70.91%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=3.64%
G=70.91%
B=25.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117420.9500.640.54139.4690.2424.12
Hex6752A5F040368b5a18
Octal61655213701006621313230
Binary110111010110101010111110100000011011010001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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