Html Css Color HEX #0A694B Watercourse

📋 copy color: '#0A694B'

red 10 ◦ green 105 ◦ blue 75

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

Shades of Watercourse #0A694B

Tints of Watercourse #0A694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.26%

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 5.26%
G = 55.26%
B = 39.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#0A694B (or 0x0A694B) is known color: Watercourse. HEX triplet: 0A, 69 and 4B. RGB value is (10,105,75). Sum of RGB (Red+Green+Blue) = 10+105+75=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #0A694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A694B is #F596B4. Grayscale: #494949. Windows color (decimal): -16094901 or 4942090. OLE color: 4942090.

HSL color Cylindrical-coordinate representation of color #0A694B: hue angle of 161.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A694B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 105 75 -
CMYK 0.90 0 0.29 0.59
HSL 161.05º 0.83% 0.23% -
HSV(B) 161.05º 0.9% 0.41% -
XYZ 6.45 10.68 8.38 -
YUV 73.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 10 105 75 0.90 0 0.29 0.59 161.05 0.83 0.23
Hex A 69 4B 5A 0 1D 3B A1 53 17
Octal 12 151 113 132 0 35 73 241 123 27
Binary 1010 1101001 1001011 1011010 0 11101 111011 10100001 1010011 10111

Color Harmonies of #0A694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A694B

Black with #0A694B

Text Example


Text Example

White with #0A694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,105,75); }

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

background-color css

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

 a { background-color: rgb(10,105,75); }

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

border-color css

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

 span { border-color: rgb(10,105,75); }

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