#0B712F

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

Shades of Camarone #0B712F

Tints of Camarone #0B712F

Color information

#0B712F (or 0x0B712F) is unknown color: approx Camarone. HEX triplet: 0B, 71 and 2F. RGB value is (11,113,47). Sum of RGB (Red+Green+Blue) = 11+113+47=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #0B712F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B712F is #F48ED0. Grayscale: #4B4B4B. Windows color (decimal): -16027345 or 3109131. OLE color: 3109131.

HSL color Cylindrical-coordinate representation of color #0B712F: hue angle of 141.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B712F is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1111347-
CMYK0.9000.580.56
HSL141.18º82.26%24.31%-
HSV(B)141.18º90.27%44.31%-
XYZ6.5612.094.68-
YUV74.98112.2182.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=6.43%
G=66.08%
B=27.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113470.9000.580.56141.1882.2624.31
HexB712F5A03A388d5218
Octal13161571320727021512230
Binary101111100011011111011010011101011100010001101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B712F; }

 p { color: rgb(11,113,47); }

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

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

 a { background-color: rgb(11,113,47); }

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

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

 span { border-color: rgb(11,113,47); }

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