Html Css Color HEX #0A6755 Watercourse

📋 copy color: '#0A6755'

red 10 ◦ green 103 ◦ blue 85

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

Shades of Watercourse #0A6755

Tints of Watercourse #0A6755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 5.05%
G = 52.02%
B = 42.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#0A6755 (or 0x0A6755) is known color: Watercourse. HEX triplet: 0A, 67 and 55. RGB value is (10,103,85). Sum of RGB (Red+Green+Blue) = 10+103+85=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6755 is #F598AA. Grayscale: #494949. Windows color (decimal): -16095403 or 5596938. OLE color: 5596938.

HSL color Cylindrical-coordinate representation of color #0A6755: hue angle of 168.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6755 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 103 85 -
CMYK 0.90 0 0.17 0.60
HSL 168.39º 0.82% 0.22% -
HSV(B) 168.39º 0.9% 0.4% -
XYZ 6.62 10.42 10.26 -
YUV 73.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 10 103 85 0.90 0 0.17 0.60 168.39 0.82 0.22
Hex A 67 55 5A 0 11 3C A8 52 16
Octal 12 147 125 132 0 21 74 250 122 26
Binary 1010 1100111 1010101 1011010 0 10001 111100 10101000 1010010 10110

Color Harmonies of #0A6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6755

Black with #0A6755

Text Example


Text Example

White with #0A6755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,85); }

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

background-color css

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

 a { background-color: rgb(10,103,85); }

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

border-color css

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

 span { border-color: rgb(10,103,85); }

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