Html Css Color HEX #0B8659 Deep Sea

📋 copy color: '#0B8659'

red 11 ◦ green 134 ◦ blue 89

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

Shades of Deep Sea #0B8659

Tints of Deep Sea #0B8659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.26%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 4.7%
G = 57.26%
B = 38.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#0B8659 (or 0x0B8659) is known color: Deep Sea. HEX triplet: 0B, 86 and 59. RGB value is (11,134,89). Sum of RGB (Red+Green+Blue) = 11+134+89=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8659 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8659 is #F479A6. Grayscale: #5C5C5C. Windows color (decimal): -16021927 or 5867019. OLE color: 5867019.

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

Color convert

RGB 11 134 89 -
CMYK 0.92 0 0.34 0.47
HSL 158.05º 0.85% 0.28% -
HSV(B) 158.05º 0.92% 0.53% -
XYZ 10.47 17.84 12.34 -
YUV 92.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 11 134 89 0.92 0 0.34 0.47 158.05 0.85 0.28
Hex B 86 59 5C 0 22 2F 9E 55 1C
Octal 13 206 131 134 0 42 57 236 125 34
Binary 1011 10000110 1011001 1011100 0 100010 101111 10011110 1010101 11100

Color Harmonies of #0B8659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8659

Black with #0B8659

Text Example


Text Example

White with #0B8659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,134,89); }

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

background-color css

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

 a { background-color: rgb(11,134,89); }

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

border-color css

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

 span { border-color: rgb(11,134,89); }

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