Html Css Color HEX #0B623F Jewel

📋 copy color: '#0B623F'

red 11 ◦ green 98 ◦ blue 63

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

Shades of Jewel #0B623F

Tints of Jewel #0B623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.98%

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

R = 6.4%
G = 56.98%
B = 36.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#0B623F (or 0x0B623F) is known color: Jewel. HEX triplet: 0B, 62 and 3F. RGB value is (11,98,63). Sum of RGB (Red+Green+Blue) = 11+98+63=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #0B623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B623F is #F49DC0. Grayscale: #444444. Windows color (decimal): -16031169 or 4153867. OLE color: 4153867.

HSL color Cylindrical-coordinate representation of color #0B623F: hue angle of 155.86º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B623F is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 63 -
CMYK 0.89 0 0.36 0.62
HSL 155.86º 0.8% 0.21% -
HSV(B) 155.86º 0.89% 0.38% -
XYZ 5.4 9.17 6.19 -
YUV 68 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 11 98 63 0.89 0 0.36 0.62 155.86 0.8 0.21
Hex B 62 3F 59 0 24 3E 9C 50 15
Octal 13 142 77 131 0 44 76 234 120 25
Binary 1011 1100010 111111 1011001 0 100100 111110 10011100 1010000 10101

Color Harmonies of #0B623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B623F

Black with #0B623F

Text Example


Text Example

White with #0B623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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