Html Css Color HEX #0B856C Deep Sea

📋 copy color: '#0B856C'

red 11 ◦ green 133 ◦ blue 108

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

Shades of Deep Sea #0B856C

Tints of Deep Sea #0B856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 4.37%
G = 52.78%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#0B856C (or 0x0B856C) is known color: Deep Sea. HEX triplet: 0B, 85 and 6C. RGB value is (11,133,108). Sum of RGB (Red+Green+Blue) = 11+133+108=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #0B856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B856C is #F47A93. Grayscale: #5D5D5D. Windows color (decimal): -16022164 or 7111947. OLE color: 7111947.

HSL color Cylindrical-coordinate representation of color #0B856C: hue angle of 167.7º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B856C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 133 108 -
CMYK 0.92 0 0.19 0.48
HSL 167.7º 0.85% 0.28% -
HSV(B) 167.7º 0.92% 0.52% -
XYZ 11.23 17.93 17.06 -
YUV 93.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 11 133 108 0.92 0 0.19 0.48 167.7 0.85 0.28
Hex B 85 6C 5C 0 13 30 A8 55 1C
Octal 13 205 154 134 0 23 60 250 125 34
Binary 1011 10000101 1101100 1011100 0 10011 110000 10101000 1010101 11100

Color Harmonies of #0B856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B856C

Black with #0B856C

Text Example


Text Example

White with #0B856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,133,108); }

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

background-color css

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

 a { background-color: rgb(11,133,108); }

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

border-color css

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

 span { border-color: rgb(11,133,108); }

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