Html Css Color HEX #0A7853 Watercourse

📋 copy color: '#0A7853'

red 10 ◦ green 120 ◦ blue 83

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

Shades of Watercourse #0A7853

Tints of Watercourse #0A7853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 4.69%
G = 56.34%
B = 38.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#0A7853 (or 0x0A7853) is known color: Watercourse. HEX triplet: 0A, 78 and 53. RGB value is (10,120,83). Sum of RGB (Red+Green+Blue) = 10+120+83=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7853 is #F587AC. Grayscale: #525252. Windows color (decimal): -16091053 or 5470218. OLE color: 5470218.

HSL color Cylindrical-coordinate representation of color #0A7853: hue angle of 159.82º 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 #0A7853 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 120 83 -
CMYK 0.92 0 0.31 0.53
HSL 159.82º 0.85% 0.25% -
HSV(B) 159.82º 0.92% 0.47% -
XYZ 8.4 14.12 10.47 -
YUV 82.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 10 120 83 0.92 0 0.31 0.53 159.82 0.85 0.25
Hex A 78 53 5C 0 1F 35 A0 55 19
Octal 12 170 123 134 0 37 65 240 125 31
Binary 1010 1111000 1010011 1011100 0 11111 110101 10100000 1010101 11001

Color Harmonies of #0A7853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7853

Black with #0A7853

Text Example


Text Example

White with #0A7853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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