Html Css Color HEX #0A7850 Watercourse

📋 copy color: '#0A7850'

red 10 ◦ green 120 ◦ blue 80

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

Shades of Watercourse #0A7850

Tints of Watercourse #0A7850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#0A7850 (or 0x0A7850) is known color: Watercourse. HEX triplet: 0A, 78 and 50. RGB value is (10,120,80). Sum of RGB (Red+Green+Blue) = 10+120+80=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7850 is #F587AF. Grayscale: #525252. Windows color (decimal): -16091056 or 5273610. OLE color: 5273610.

HSL color Cylindrical-coordinate representation of color #0A7850: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7850 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 120 80 -
CMYK 0.92 0 0.33 0.53
HSL 158.18º 0.85% 0.25% -
HSV(B) 158.18º 0.92% 0.47% -
XYZ 8.29 14.08 9.87 -
YUV 82.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 10 120 80 0.92 0 0.33 0.53 158.18 0.85 0.25
Hex A 78 50 5C 0 21 35 9E 55 19
Octal 12 170 120 134 0 41 65 236 125 31
Binary 1010 1111000 1010000 1011100 0 100001 110101 10011110 1010101 11001

Color Harmonies of #0A7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7850

Black with #0A7850

Text Example


Text Example

White with #0A7850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,120,80); }

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

background-color css

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

 a { background-color: rgb(10,120,80); }

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

border-color css

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

 span { border-color: rgb(10,120,80); }

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