#06751F

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

Shades of Camarone #06751F

Tints of Camarone #06751F

Color information

#06751F (or 0x06751F) is unknown color: approx Camarone. HEX triplet: 06, 75 and 1F. RGB value is (6,117,31). Sum of RGB (Red+Green+Blue) = 6+117+31=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #06751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06751F is #F98AE0. Grayscale: #4A4A4A. Windows color (decimal): -16354017 or 2061574. OLE color: 2061574.

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

Color convert

RGB611731-
CMYK0.9500.740.54
HSL133.51º90.24%24.12%-
HSV(B)133.51º94.87%45.88%-
XYZ6.6812.863.43-
YUV74.01103.7379.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=3.90%
G=75.97%
B=20.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117310.9500.740.54133.5190.2424.12
Hex6751F5F04A36865a18
Octal61653713701126620613230
Binary11011101011111110111110100101011011010000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06751F; }

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

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

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

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

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

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

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

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