#06752B

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

Shades of Camarone #06752B

Tints of Camarone #06752B

Color information

#06752B (or 0x06752B) is unknown color: approx Camarone. HEX triplet: 06, 75 and 2B. RGB value is (6,117,43). Sum of RGB (Red+Green+Blue) = 6+117+43=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #06752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752B is #F98AD4. Grayscale: #4B4B4B. Windows color (decimal): -16354005 or 2848006. OLE color: 2848006.

HSL color Cylindrical-coordinate representation of color #06752B: hue angle of 140º 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 #06752B is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB611743-
CMYK0.9500.630.54
HSL140º90.24%24.12%-
HSV(B)140º94.87%45.88%-
XYZ6.8712.944.42-
YUV75.38109.7378.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 117 (46.09% from 255) = 70.48%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=3.61%
G=70.48%
B=25.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117430.9500.630.5414090.2424.12
Hex6752B5F03F368c5a18
Octal6165531370776621413230
Binary11011101011010111011111011111111011010001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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