Html Css Color HEX #0B6941 Jewel

📋 copy color: '#0B6941'

red 11 ◦ green 105 ◦ blue 65

#0B6941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #0B6941

Tints of Jewel #0B6941

RGB

 RED value IS 11 (4.69% from 255) = 6.08%

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 6.08%
G = 58.01%
B = 35.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#0B6941 (or 0x0B6941) is known color: Jewel. HEX triplet: 0B, 69 and 41. RGB value is (11,105,65). Sum of RGB (Red+Green+Blue) = 11+105+65=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6941 is #F496BE. Grayscale: #484848. Windows color (decimal): -16029375 or 4286731. OLE color: 4286731.

HSL color Cylindrical-coordinate representation of color #0B6941: hue angle of 154.47º 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 #0B6941 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 105 65 -
CMYK 0.90 0 0.38 0.59
HSL 154.47º 0.81% 0.23% -
HSV(B) 154.47º 0.9% 0.41% -
XYZ 6.14 10.56 6.71 -
YUV 72.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 11 105 65 0.90 0 0.38 0.59 154.47 0.81 0.23
Hex B 69 41 5A 0 26 3B 9A 51 17
Octal 13 151 101 132 0 46 73 232 121 27
Binary 1011 1101001 1000001 1011010 0 100110 111011 10011010 1010001 10111

Color Harmonies of #0B6941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6941

Black with #0B6941

Text Example


Text Example

White with #0B6941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6941;
 }
 .AnyTagClassName
 {
   color: #0B6941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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