Html Css Color HEX #0B634B Watercourse

📋 copy color: '#0B634B'

red 11 ◦ green 99 ◦ blue 75

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

Shades of Watercourse #0B634B

Tints of Watercourse #0B634B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 5.95%
G = 53.51%
B = 40.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#0B634B (or 0x0B634B) is known color: Watercourse. HEX triplet: 0B, 63 and 4B. RGB value is (11,99,75). Sum of RGB (Red+Green+Blue) = 11+99+75=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #0B634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B634B is #F49CB4. Grayscale: #454545. Windows color (decimal): -16030901 or 4940555. OLE color: 4940555.

HSL color Cylindrical-coordinate representation of color #0B634B: hue angle of 163.64º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B634B is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 11 99 75 -
CMYK 0.89 0 0.24 0.61
HSL 163.64º 0.8% 0.22% -
HSV(B) 163.64º 0.89% 0.39% -
XYZ 5.87 9.5 8.18 -
YUV 69.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 11 99 75 0.89 0 0.24 0.61 163.64 0.8 0.22
Hex B 63 4B 59 0 18 3D A4 50 16
Octal 13 143 113 131 0 30 75 244 120 26
Binary 1011 1100011 1001011 1011001 0 11000 111101 10100100 1010000 10110

Color Harmonies of #0B634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B634B

Black with #0B634B

Text Example


Text Example

White with #0B634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,99,75); }

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

background-color css

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

 a { background-color: rgb(11,99,75); }

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

border-color css

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

 span { border-color: rgb(11,99,75); }

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