Html Css Color HEX #0C694D Watercourse

📋 copy color: '#0C694D'

red 12 ◦ green 105 ◦ blue 77

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

Shades of Watercourse #0C694D

Tints of Watercourse #0C694D

RGB

 RED value IS 12 (5.08% from 255) = 6.19%

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 6.19%
G = 54.12%
B = 39.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#0C694D (or 0x0C694D) is known color: Watercourse. HEX triplet: 0C, 69 and 4D. RGB value is (12,105,77). Sum of RGB (Red+Green+Blue) = 12+105+77=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #0C694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C694D is #F396B2. Grayscale: #4A4A4A. Windows color (decimal): -15963827 or 5073164. OLE color: 5073164.

HSL color Cylindrical-coordinate representation of color #0C694D: hue angle of 161.94º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C694D is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 77 -
CMYK 0.89 0 0.27 0.59
HSL 161.94º 0.79% 0.23% -
HSV(B) 161.94º 0.89% 0.41% -
XYZ 6.54 10.72 8.74 -
YUV 74 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 12 105 77 0.89 0 0.27 0.59 161.94 0.79 0.23
Hex C 69 4D 59 0 1B 3B A2 4F 17
Octal 14 151 115 131 0 33 73 242 117 27
Binary 1100 1101001 1001101 1011001 0 11011 111011 10100010 1001111 10111

Color Harmonies of #0C694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C694D

Black with #0C694D

Text Example


Text Example

White with #0C694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,77); }

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

background-color css

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

 a { background-color: rgb(12,105,77); }

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

border-color css

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

 span { border-color: rgb(12,105,77); }

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