Html Css Color HEX #0A764E Watercourse

📋 copy color: '#0A764E'

red 10 ◦ green 118 ◦ blue 78

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

Shades of Watercourse #0A764E

Tints of Watercourse #0A764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.28%

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 4.85%
G = 57.28%
B = 37.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#0A764E (or 0x0A764E) is known color: Watercourse. HEX triplet: 0A, 76 and 4E. RGB value is (10,118,78). Sum of RGB (Red+Green+Blue) = 10+118+78=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A764E is #F589B1. Grayscale: #515151. Windows color (decimal): -16091570 or 5142026. OLE color: 5142026.

HSL color Cylindrical-coordinate representation of color #0A764E: hue angle of 157.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A764E is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 118 78 -
CMYK 0.92 0 0.34 0.54
HSL 157.78º 0.84% 0.25% -
HSV(B) 157.78º 0.92% 0.46% -
XYZ 7.98 13.57 9.41 -
YUV 81.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 10 118 78 0.92 0 0.34 0.54 157.78 0.84 0.25
Hex A 76 4E 5C 0 22 36 9E 54 19
Octal 12 166 116 134 0 42 66 236 124 31
Binary 1010 1110110 1001110 1011100 0 100010 110110 10011110 1010100 11001

Color Harmonies of #0A764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A764E

Black with #0A764E

Text Example


Text Example

White with #0A764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,78); }

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

background-color css

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

 a { background-color: rgb(10,118,78); }

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

border-color css

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

 span { border-color: rgb(10,118,78); }

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