Html Css Color HEX #0B7D5F Deep Sea

📋 copy color: '#0B7D5F'

red 11 ◦ green 125 ◦ blue 95

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

Shades of Deep Sea #0B7D5F

Tints of Deep Sea #0B7D5F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.11%

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

R = 4.76%
G = 54.11%
B = 41.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#0B7D5F (or 0x0B7D5F) is known color: Deep Sea. HEX triplet: 0B, 7D and 5F. RGB value is (11,125,95). Sum of RGB (Red+Green+Blue) = 11+125+95=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D5F is #F482A0. Grayscale: #575757. Windows color (decimal): -16024225 or 6257931. OLE color: 6257931.

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

Color convert

RGB 11 125 95 -
CMYK 0.91 0 0.24 0.51
HSL 164.21º 0.84% 0.27% -
HSV(B) 164.21º 0.91% 0.49% -
XYZ 9.54 15.56 13.33 -
YUV 87.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 11 125 95 0.91 0 0.24 0.51 164.21 0.84 0.27
Hex B 7D 5F 5B 0 18 33 A4 54 1B
Octal 13 175 137 133 0 30 63 244 124 33
Binary 1011 1111101 1011111 1011011 0 11000 110011 10100100 1010100 11011

Color Harmonies of #0B7D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7D5F

Black with #0B7D5F

Text Example


Text Example

White with #0B7D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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