Html Css Color HEX #0A7351 Watercourse

📋 copy color: '#0A7351'

red 10 ◦ green 115 ◦ blue 81

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

Shades of Watercourse #0A7351

Tints of Watercourse #0A7351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

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

R = 4.85%
G = 55.83%
B = 39.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#0A7351 (or 0x0A7351) is known color: Watercourse. HEX triplet: 0A, 73 and 51. RGB value is (10,115,81). Sum of RGB (Red+Green+Blue) = 10+115+81=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7351 is #F58CAE. Grayscale: #4F4F4F. Windows color (decimal): -16092335 or 5337866. OLE color: 5337866.

HSL color Cylindrical-coordinate representation of color #0A7351: hue angle of 160.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7351 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 115 81 -
CMYK 0.91 0 0.30 0.55
HSL 160.57º 0.84% 0.25% -
HSV(B) 160.57º 0.91% 0.45% -
XYZ 7.74 12.92 9.87 -
YUV 79.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 10 115 81 0.91 0 0.30 0.55 160.57 0.84 0.25
Hex A 73 51 5B 0 1E 37 A1 54 19
Octal 12 163 121 133 0 36 67 241 124 31
Binary 1010 1110011 1010001 1011011 0 11110 110111 10100001 1010100 11001

Color Harmonies of #0A7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7351

Black with #0A7351

Text Example


Text Example

White with #0A7351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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