Html Css Color HEX #0B875B Deep Sea

📋 copy color: '#0B875B'

red 11 ◦ green 135 ◦ blue 91

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

Shades of Deep Sea #0B875B

Tints of Deep Sea #0B875B

RGB

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

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

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

R = 4.64%
G = 56.96%
B = 38.4%

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

#0B875B (or 0x0B875B) is known color: Deep Sea. HEX triplet: 0B, 87 and 5B. RGB value is (11,135,91). Sum of RGB (Red+Green+Blue) = 11+135+91=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #0B875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B875B is #F478A4. Grayscale: #5C5C5C. Windows color (decimal): -16021669 or 5998347. OLE color: 5998347.

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

Color convert

RGB 11 135 91 -
CMYK 0.92 0 0.33 0.47
HSL 158.71º 0.85% 0.29% -
HSV(B) 158.71º 0.92% 0.53% -
XYZ 10.69 18.15 12.84 -
YUV 92.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 11 135 91 0.92 0 0.33 0.47 158.71 0.85 0.29
Hex B 87 5B 5C 0 21 2F 9F 55 1D
Octal 13 207 133 134 0 41 57 237 125 35
Binary 1011 10000111 1011011 1011100 0 100001 101111 10011111 1010101 11101

Color Harmonies of #0B875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B875B

Black with #0B875B

Text Example


Text Example

White with #0B875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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