Html Css Color HEX #0B703F Jewel

📋 copy color: '#0B703F'

red 11 ◦ green 112 ◦ blue 63

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

Shades of Jewel #0B703F

Tints of Jewel #0B703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 5.91%
G = 60.22%
B = 33.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#0B703F (or 0x0B703F) is known color: Jewel. HEX triplet: 0B, 70 and 3F. RGB value is (11,112,63). Sum of RGB (Red+Green+Blue) = 11+112+63=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #0B703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B703F is #F48FC0. Grayscale: #4C4C4C. Windows color (decimal): -16027585 or 4157451. OLE color: 4157451.

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

Color convert

RGB 11 112 63 -
CMYK 0.90 0 0.44 0.56
HSL 150.89º 0.82% 0.24% -
HSV(B) 150.89º 0.9% 0.44% -
XYZ 6.83 12.02 6.66 -
YUV 76.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 11 112 63 0.90 0 0.44 0.56 150.89 0.82 0.24
Hex B 70 3F 5A 0 2C 38 97 52 18
Octal 13 160 77 132 0 54 70 227 122 30
Binary 1011 1110000 111111 1011010 0 101100 111000 10010111 1010010 11000

Color Harmonies of #0B703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B703F

Black with #0B703F

Text Example


Text Example

White with #0B703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,63); }

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

background-color css

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

 a { background-color: rgb(11,112,63); }

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

border-color css

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

 span { border-color: rgb(11,112,63); }

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