Html Css Color HEX #0B7852 Watercourse

📋 copy color: '#0B7852'

red 11 ◦ green 120 ◦ blue 82

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

Shades of Watercourse #0B7852

Tints of Watercourse #0B7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.34%

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 5.16%
G = 56.34%
B = 38.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#0B7852 (or 0x0B7852) is known color: Watercourse. HEX triplet: 0B, 78 and 52. RGB value is (11,120,82). Sum of RGB (Red+Green+Blue) = 11+120+82=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7852 is #F487AD. Grayscale: #535353. Windows color (decimal): -16025518 or 5404683. OLE color: 5404683.

HSL color Cylindrical-coordinate representation of color #0B7852: hue angle of 159.08º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7852 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 120 82 -
CMYK 0.91 0 0.32 0.53
HSL 159.08º 0.83% 0.26% -
HSV(B) 159.08º 0.91% 0.47% -
XYZ 8.38 14.11 10.27 -
YUV 83.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 11 120 82 0.91 0 0.32 0.53 159.08 0.83 0.26
Hex B 78 52 5B 0 20 35 9F 53 1A
Octal 13 170 122 133 0 40 65 237 123 32
Binary 1011 1111000 1010010 1011011 0 100000 110101 10011111 1010011 11010

Color Harmonies of #0B7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7852

Black with #0B7852

Text Example


Text Example

White with #0B7852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,120,82); }

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

background-color css

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

 a { background-color: rgb(11,120,82); }

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

border-color css

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

 span { border-color: rgb(11,120,82); }

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