Html Css Color HEX #0B8760 Deep Sea

📋 copy color: '#0B8760'

red 11 ◦ green 135 ◦ blue 96

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

Shades of Deep Sea #0B8760

Tints of Deep Sea #0B8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 4.55%
G = 55.79%
B = 39.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#0B8760 (or 0x0B8760) is known color: Deep Sea. HEX triplet: 0B, 87 and 60. RGB value is (11,135,96). Sum of RGB (Red+Green+Blue) = 11+135+96=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8760 is #F4789F. Grayscale: #5D5D5D. Windows color (decimal): -16021664 or 6326027. OLE color: 6326027.

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

Color convert

RGB 11 135 96 -
CMYK 0.92 0 0.29 0.47
HSL 161.13º 0.85% 0.29% -
HSV(B) 161.13º 0.92% 0.53% -
XYZ 10.91 18.24 14.01 -
YUV 93.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 11 135 96 0.92 0 0.29 0.47 161.13 0.85 0.29
Hex B 87 60 5C 0 1D 2F A1 55 1D
Octal 13 207 140 134 0 35 57 241 125 35
Binary 1011 10000111 1100000 1011100 0 11101 101111 10100001 1010101 11101

Color Harmonies of #0B8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8760

Black with #0B8760

Text Example


Text Example

White with #0B8760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,135,96); }

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

background-color css

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

 a { background-color: rgb(11,135,96); }

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

border-color css

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

 span { border-color: rgb(11,135,96); }

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