Html Css Color HEX #0B6B3E Jewel

📋 copy color: '#0B6B3E'

red 11 ◦ green 107 ◦ blue 62

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

Shades of Jewel #0B6B3E

Tints of Jewel #0B6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.44%

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 6.11%
G = 59.44%
B = 34.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#0B6B3E (or 0x0B6B3E) is known color: Jewel. HEX triplet: 0B, 6B and 3E. RGB value is (11,107,62). Sum of RGB (Red+Green+Blue) = 11+107+62=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6B3E is #F494C1. Grayscale: #494949. Windows color (decimal): -16028866 or 4090635. OLE color: 4090635.

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

Color convert

RGB 11 107 62 -
CMYK 0.90 0 0.42 0.58
HSL 151.88º 0.81% 0.23% -
HSV(B) 151.88º 0.9% 0.42% -
XYZ 6.27 10.93 6.34 -
YUV 73.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 11 107 62 0.90 0 0.42 0.58 151.88 0.81 0.23
Hex B 6B 3E 5A 0 2A 3A 98 51 17
Octal 13 153 76 132 0 52 72 230 121 27
Binary 1011 1101011 111110 1011010 0 101010 111010 10011000 1010001 10111

Color Harmonies of #0B6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6B3E

Black with #0B6B3E

Text Example


Text Example

White with #0B6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,107,62); }

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

background-color css

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

 a { background-color: rgb(11,107,62); }

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

border-color css

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

 span { border-color: rgb(11,107,62); }

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