Html Css Color HEX #0A6251 Watercourse

📋 copy color: '#0A6251'

red 10 ◦ green 98 ◦ blue 81

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

Shades of Watercourse #0A6251

Tints of Watercourse #0A6251

RGB

 RED value IS 10 (4.3% from 255) = 5.29%

 GREEN value IS 98 (38.67% from 255) = 51.85%

 BLUE value IS 81 (32.03% from 255) = 42.86%

R = 5.29%
G = 51.85%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#0A6251 (or 0x0A6251) is known color: Watercourse. HEX triplet: 0A, 62 and 51. RGB value is (10,98,81). Sum of RGB (Red+Green+Blue) = 10+98+81=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6251 is #F59DAE. Grayscale: #454545. Windows color (decimal): -16096687 or 5333514. OLE color: 5333514.

HSL color Cylindrical-coordinate representation of color #0A6251: hue angle of 168.41º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6251 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 81 -
CMYK 0.90 0 0.17 0.62
HSL 168.41º 0.81% 0.21% -
HSV(B) 168.41º 0.9% 0.38% -
XYZ 5.98 9.39 9.28 -
YUV 69.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 10 98 81 0.90 0 0.17 0.62 168.41 0.81 0.21
Hex A 62 51 5A 0 11 3E A8 51 15
Octal 12 142 121 132 0 21 76 250 121 25
Binary 1010 1100010 1010001 1011010 0 10001 111110 10101000 1010001 10101

Color Harmonies of #0A6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6251

Black with #0A6251

Text Example


Text Example

White with #0A6251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,81); }

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

background-color css

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

 a { background-color: rgb(10,98,81); }

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

border-color css

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

 span { border-color: rgb(10,98,81); }

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