#0B772D

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

Shades of Camarone #0B772D

Tints of Camarone #0B772D

Color information

#0B772D (or 0x0B772D) is unknown color: approx Camarone. HEX triplet: 0B, 77 and 2D. RGB value is (11,119,45). Sum of RGB (Red+Green+Blue) = 11+119+45=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #0B772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B772D is #F488D2. Grayscale: #4E4E4E. Windows color (decimal): -16025811 or 2979595. OLE color: 2979595.

HSL color Cylindrical-coordinate representation of color #0B772D: hue angle of 138.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B772D is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1111945-
CMYK0.9100.620.53
HSL138.89º83.08%25.49%-
HSV(B)138.89º90.76%46.67%-
XYZ7.2113.454.7-
YUV78.27109.2280.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=6.29%
G=68%
B=25.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11119450.9100.620.53138.8983.0825.49
HexB772D5B03E358b5319
Octal13167551330766521312331
Binary101111101111011011011011011111011010110001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,119,45); }

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

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

 a { background-color: rgb(11,119,45); }

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

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

 span { border-color: rgb(11,119,45); }

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