Html Css Color HEX #0B815F Deep Sea

📋 copy color: '#0B815F'

red 11 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #0B815F

Tints of Deep Sea #0B815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 4.68%
G = 54.89%
B = 40.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#0B815F (or 0x0B815F) is known color: Deep Sea. HEX triplet: 0B, 81 and 5F. RGB value is (11,129,95). Sum of RGB (Red+Green+Blue) = 11+129+95=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #0B815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B815F is #F47EA0. Grayscale: #595959. Windows color (decimal): -16023201 or 6258955. OLE color: 6258955.

HSL color Cylindrical-coordinate representation of color #0B815F: hue angle of 162.71º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B815F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 129 95 -
CMYK 0.91 0 0.26 0.49
HSL 162.71º 0.84% 0.27% -
HSV(B) 162.71º 0.91% 0.51% -
XYZ 10.05 16.6 13.5 -
YUV 89.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 11 129 95 0.91 0 0.26 0.49 162.71 0.84 0.27
Hex B 81 5F 5B 0 1A 31 A3 54 1B
Octal 13 201 137 133 0 32 61 243 124 33
Binary 1011 10000001 1011111 1011011 0 11010 110001 10100011 1010100 11011

Color Harmonies of #0B815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B815F

Black with #0B815F

Text Example


Text Example

White with #0B815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,129,95); }

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

background-color css

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

 a { background-color: rgb(11,129,95); }

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

border-color css

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

 span { border-color: rgb(11,129,95); }

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