#0B690F

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

Shades of Green #0B690F

Tints of Green #0B690F

Color information

#0B690F (or 0x0B690F) is unknown color: approx Green. HEX triplet: 0B, 69 and 0F. RGB value is (11,105,15). Sum of RGB (Red+Green+Blue) = 11+105+15=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 105 (41.41% from 255 or 80.15% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 105 - color contains mainly: green. Hex color #0B690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B690F is #F496F0. Grayscale: #424242. Windows color (decimal): -16029425 or 1009931. OLE color: 1009931.

HSL color Cylindrical-coordinate representation of color #0B690F: hue angle of 122.55º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B690F is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1110515-
CMYK0.9000.860.59
HSL122.55º81.03%22.75%-
HSV(B)122.55º89.52%41.18%-
XYZ5.2810.212.14-
YUV66.6398.8688.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 105 (41.41% from 255) = 80.15%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=8.40%
G=80.15%
B=11.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105150.9000.860.59122.5581.0322.75
HexB69F5A0563B7b5117
Octal131511713201267317312127
Binary1011110100111111011010010101101110111111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,105,15); }

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

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

 a { background-color: rgb(11,105,15); }

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

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

 span { border-color: rgb(11,105,15); }

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