Html Css Color HEX #0C694F Watercourse

📋 copy color: '#0C694F'

red 12 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #0C694F

Tints of Watercourse #0C694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 6.12%
G = 53.57%
B = 40.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#0C694F (or 0x0C694F) is known color: Watercourse. HEX triplet: 0C, 69 and 4F. RGB value is (12,105,79). Sum of RGB (Red+Green+Blue) = 12+105+79=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #0C694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C694F is #F396B0. Grayscale: #4A4A4A. Windows color (decimal): -15963825 or 5204236. OLE color: 5204236.

HSL color Cylindrical-coordinate representation of color #0C694F: hue angle of 163.23º 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 #0C694F is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 79 -
CMYK 0.89 0 0.25 0.59
HSL 163.23º 0.79% 0.23% -
HSV(B) 163.23º 0.89% 0.41% -
XYZ 6.61 10.75 9.12 -
YUV 74.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 12 105 79 0.89 0 0.25 0.59 163.23 0.79 0.23
Hex C 69 4F 59 0 19 3B A3 4F 17
Octal 14 151 117 131 0 31 73 243 117 27
Binary 1100 1101001 1001111 1011001 0 11001 111011 10100011 1001111 10111

Color Harmonies of #0C694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C694F

Black with #0C694F

Text Example


Text Example

White with #0C694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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