Html Css Color HEX #0B865A Deep Sea

📋 copy color: '#0B865A'

red 11 ◦ green 134 ◦ blue 90

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

Shades of Deep Sea #0B865A

Tints of Deep Sea #0B865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 4.68%
G = 57.02%
B = 38.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#0B865A (or 0x0B865A) is known color: Deep Sea. HEX triplet: 0B, 86 and 5A. RGB value is (11,134,90). Sum of RGB (Red+Green+Blue) = 11+134+90=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #0B865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B865A is #F479A5. Grayscale: #5C5C5C. Windows color (decimal): -16021926 or 5932555. OLE color: 5932555.

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

Color convert

RGB 11 134 90 -
CMYK 0.92 0 0.33 0.47
HSL 158.54º 0.85% 0.28% -
HSV(B) 158.54º 0.92% 0.53% -
XYZ 10.51 17.86 12.57 -
YUV 92.21 126.75 70.08 -
System Red Green Blue C M Y K H S L
Decimal 11 134 90 0.92 0 0.33 0.47 158.54 0.85 0.28
Hex B 86 5A 5C 0 21 2F 9F 55 1C
Octal 13 206 132 134 0 41 57 237 125 34
Binary 1011 10000110 1011010 1011100 0 100001 101111 10011111 1010101 11100

Color Harmonies of #0B865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B865A

Black with #0B865A

Text Example


Text Example

White with #0B865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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