Html Css Color HEX #0B6F40 Jewel

📋 copy color: '#0B6F40'

red 11 ◦ green 111 ◦ blue 64

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

Shades of Jewel #0B6F40

Tints of Jewel #0B6F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 59.68%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 5.91%
G = 59.68%
B = 34.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#0B6F40 (or 0x0B6F40) is known color: Jewel. HEX triplet: 0B, 6F and 40. RGB value is (11,111,64). Sum of RGB (Red+Green+Blue) = 11+111+64=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6F40 is #F490BF. Grayscale: #4B4B4B. Windows color (decimal): -16027840 or 4222731. OLE color: 4222731.

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

Color convert

RGB 11 111 64 -
CMYK 0.90 0 0.42 0.56
HSL 151.8º 0.82% 0.24% -
HSV(B) 151.8º 0.9% 0.44% -
XYZ 6.75 11.81 6.77 -
YUV 75.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 11 111 64 0.90 0 0.42 0.56 151.8 0.82 0.24
Hex B 6F 40 5A 0 2A 38 98 52 18
Octal 13 157 100 132 0 52 70 230 122 30
Binary 1011 1101111 1000000 1011010 0 101010 111000 10011000 1010010 11000

Color Harmonies of #0B6F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6F40

Black with #0B6F40

Text Example


Text Example

White with #0B6F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,111,64); }

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

background-color css

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

 a { background-color: rgb(11,111,64); }

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

border-color css

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

 span { border-color: rgb(11,111,64); }

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