Html Css Color HEX #0B855B Deep Sea

📋 copy color: '#0B855B'

red 11 ◦ green 133 ◦ blue 91

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

Shades of Deep Sea #0B855B

Tints of Deep Sea #0B855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 4.68%
G = 56.6%
B = 38.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#0B855B (or 0x0B855B) is known color: Deep Sea. HEX triplet: 0B, 85 and 5B. RGB value is (11,133,91). Sum of RGB (Red+Green+Blue) = 11+133+91=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #0B855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B855B is #F47AA4. Grayscale: #5B5B5B. Windows color (decimal): -16022181 or 5997835. OLE color: 5997835.

HSL color Cylindrical-coordinate representation of color #0B855B: hue angle of 159.34º 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 #0B855B is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 133 91 -
CMYK 0.92 0 0.32 0.48
HSL 159.34º 0.85% 0.28% -
HSV(B) 159.34º 0.92% 0.52% -
XYZ 10.41 17.6 12.75 -
YUV 91.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 11 133 91 0.92 0 0.32 0.48 159.34 0.85 0.28
Hex B 85 5B 5C 0 20 30 9F 55 1C
Octal 13 205 133 134 0 40 60 237 125 34
Binary 1011 10000101 1011011 1011100 0 100000 110000 10011111 1010101 11100

Color Harmonies of #0B855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B855B

Black with #0B855B

Text Example


Text Example

White with #0B855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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